Tagged Questions
1
vote
2answers
47 views
Two Search pages, One search form
I have a search form that I want to place in multiple pages (it will be in different header types) I do this by using the 'get search form' function. On my Search form I have radio sections listing ...
0
votes
1answer
104 views
Listing all child-pages of a parent-page on the parent-page and each child-page?
I have a parent page called "About". This page has three child pages "Members", "Information", "Contact".
I want to list all the child-pages on all four pages, also the parent-page.
So right now I ...
0
votes
2answers
2k views
After update to WP 3.4 page navigation is not working? [closed]
After I have updated my website to wordpress 3.4 the navigation pages work until page 10, and on categories the pages are not working even after page 2-3.... I don't understand why ?
here you can see ...
0
votes
1answer
33 views
Ordering Pages and Increasing Navigation
Is there a way of ordering my pages on my WordPress site so they appear in the navigation bar of the order i choose?
ALSO:
When i have too many wordpress pages for the navigation, it hides some pages. ...
0
votes
2answers
198 views
Displaying Current Page Number Conditionally
I want to display the current page number in the site. I want it to be conditional though so that it doesn't show up on the home/front page. Using the code below, the page number is being displayed at ...
0
votes
1answer
128 views
Adding a pagenavi to function for displaying bookmarks
I have a plugin user bookmarks - see here - and I'm trying to add a to it so the bookmark posts don't pile up like crazy. How can I do it? This is the function that displays the bookmarked posts.
...
3
votes
1answer
147 views
Assign title-specific class to list items in menu based on WP pages
I'm currently using a WP-generated list of pages for my site navigation - this is using the method wp_page_menu.
I'd like to add custom styling to specfic list items in the menu, and I was wondering ...
1
vote
1answer
365 views
Is there a wordpress plugin enabling an autocomplete search box, then jump to page?
I have very little experience with WordPress. I am exploring it as a potential solution for our needs.
I would like to implement an autocomplete search box (a bit like jQuery's) where users could ...
0
votes
1answer
105 views
Advanced Multi Tier Navigation across columns
I've been struggling with this for a while now and need some help. I'm trying to create a quite specific navigation setup for a client.
I have a top level navigation which is hard coded and not a ...
0
votes
1answer
437 views
How to show next/prev link, when it's not active?
When on the first page of blog wordpress shows only "older posts" link because there are no newer posts, but i would like to show also the "newer posts" link but style it as inactive.
i need to do ...
0
votes
1answer
101 views
Static Website No Titles But Still Nav
So I have a static paged website and I want to make pages without title, but I still need the titles for the navigation to pick it up. How can I get rid of the Page.php (the_post()) from displaying ...
0
votes
1answer
102 views
Auto Changing Text Case
So I'm using all static pages and I specify that in my WP settings. When I specify what the 'Front Page' should be it turns my link in to Title Case instead of all Capital Letters like I would prefer. ...
1
vote
1answer
51 views
Blank Pages with # URL & Google
I'm using some blank pages that have a title only and a URL set to '#' for my navigation. (So, that the item appears in the dropdown menu, but when it's clicked a page doesn't open).
Do I need to ...
1
vote
1answer
445 views
Displaying Subpages while on Parent page?
I would like to create a navigation menu where I will be displaying two level pages.
To illustrate that:
Parent 1
Parent 2
Parent 3 (current)
Child 1
Child 2
Child 3
Parent 4
So I would like ...
0
votes
1answer
398 views
WP-navi plugin and post sorted alphabetically
I've got an issue with using the WP-Navi plugin and posts sorted alphabetically. The first page of posts (5 - set in the plugin settings) appearing properly, but when one navigates to subsequent ...
0
votes
2answers
894 views
confused about wp_list_pages() function - how to display selected top pages with all their subpages
I'm a bit confused about wp_list_pages() function.
Lets say I have 3 top level pages (with no parent) and each of them have some sub-pages:
page 1 [sub-pages: 1.1, 1.2, 1.3];
page 2 [sub-pages: ...
0
votes
1answer
409 views
Hoe to add rel=“nofollow” to wp_list_pages
I'd like to use the wp_list_pages as a navigation bar, but I don't want the links to be followed. This is the simple version of the code I'm using <?php ...