The navigation tag has no wiki summary.
1
vote
2answers
1k views
How do you customize the admin bar for buddypress?
I would like to update the coding on the wp-admin-bar. Since its positioned absolute, I would like to put a div around it that is relative and or just in a normal div.
Or, I see you can hide the bar, ...
1
vote
1answer
1k views
how to remove category nav from Bueno (Wordpress Theme) header
Im helping a friend who has a woo bueno theme [free] blog and for some reason shes chosen long and numerous categories. these all appear in a nav bar at the very top of her page and it's just got to ...
1
vote
0answers
15 views
Navigation menu not being assigned Theme Location
I am setting my navigation menu up using the following snippet in my functions.php.
add_action( 'init', 'add_menus' );
function add_menus() {
register_nav_menus(
...
1
vote
0answers
39 views
Wordpress Export Import Site Navigation Menu
When I do an export and import the menus get transferred but I have to set the Site Navigation Menu manualy. Obviously it's only a small detail but can I ask is this a bug or expected behaviour and is ...
1
vote
1answer
162 views
Primary navigation menu & footer not showing in category / tag page
I tried to find a solution for primary navigation not showing in some pages, ie. archive.php.
I found one from here but it's still giving me notices.
I'm using Reverie Theme in WordPress ...
1
vote
1answer
66 views
Using characters to separate menus in navigation bar
I’m attempting to modify my blog's navigation menu (http://reasonandfolly.com/) to replicate what is here: http://chimpchomp.us/
Two pieces represent a challenge: 1. The separators 2. The line on ...
1
vote
1answer
236 views
how can i add css class on current page in wordpress wp_nav_menu
how can i add css class on current page in wordpress wp_nav_menu
For Example I Want To Use It In Wordpress wp_nav_menu
<li><a href="index.php?id=index&colortheme=green" class="selected" ...
1
vote
1answer
137 views
Exclude Private, Draft pages from Primary Nav when using custom menu
I'm looking for ways to prevent "private" and "draft" pages from appearing (to non-logged-in admins) in a site's Primary Navigation menu which is based on a custom menu - other than manually removing ...
1
vote
1answer
453 views
How can I implement faceted search with Wordpress 3.x?
I would like to allow visitors to a site to search for posts based on various attributes (categories, tags, custom fields).
I have tried using Solr, but this doesn't appear to work.
I tried using ...
1
vote
1answer
144 views
Previous/next link to post in category, NOT tag?
On a single post page I have the following code after my loop:
<?php previous_post_link('« %link') ?> |
<?php next_post_link(' %link »') ?>
For some ...
1
vote
1answer
126 views
Two Navigation Menus - secondary nav is including main nav
Two Navigation Menus in Themes Produce the same menus?
reference the subject on page link above. i created two navs, yet the secondary nav includes all pages. the main nav is fine, but the secondary ...
1
vote
1answer
1k views
Using Zurb's Foundation Tabs as Wordpress Nav (Active Tab)
This is a question more geared towards those of you out there that have experience working with the popular SASS/JS Framework, Foundation by Zurb. I am trying to use it as my structural core to my new ...
1
vote
0answers
88 views
Loosing Nav Active State in Menu
In the following section:
http://www.zimmernutrition.com.php53-23.ord1-1.websitetestlink.com/learning-center/
In the sidebar, if you click "Health Articles" and click one of the categories, the ...
1
vote
0answers
247 views
Help with walker for nav
For some reason, this walker won't work when I pass in 'echo ' => 0, it always prints the nav, and never returns the nav as a var. I can't seem to figure out where it's by passing that in ...
1
vote
0answers
80 views
Twenty Eleven theme- have custom landing page, change nav “home” link
Live site.
I have a custom landing page on the Twenty Eleven theme.
Currently, the "Home" nav link is set to the landing page, but I would like to change it to go to /home when clicked on. How do I ...
1
vote
2answers
98 views
Using my WordPress menu on another platform
I have a WordPress site and am adding a Shopify-hosted e-commerce section which will be hosted on their servers and accessible via a subdomain. Is there any way to mirror the WordPress Navigation for ...
1
vote
5answers
838 views
Prev/Next child navigation for current page?
How can I get a Previous / Next navigation that only navigates the child pages of the current page?
By that i mean url.com/page/child1, url.com/page/child2 and so on..
I've been searching around ...
1
vote
1answer
2k views
Breadcrumbs showing Parent and Child Pages
We are trying to create a function for breadcrumbs that will show not only the path to the current page, but also to other pages with the same parent page.
For instance, on ...
1
vote
2answers
181 views
Highlight static blog page link in header
I created a navigation bar like tab system for my header and I can get all but my news button to highlight on that page. The news is a static page for all of my blog/news post.
Not sure if it's my ...
1
vote
1answer
245 views
My post repeats itself on the second page [closed]
Hey the way i have my index coded is that it shows one full post and the rest of the post are excerpts, but when i click previous the 2nd page shows the same post from the first page, what can i do to ...
1
vote
1answer
108 views
Make a navigation menu in the same post [duplicate]
Possible Duplicate:
Looking for a Table of Contents (TOC) plugin for WordPress
I have been trying for some time to do one thing: I need a navigation menu inside a Wordpress post which will ...
1
vote
1answer
307 views
Bar separated navigation by extending Walker_Page
This question follows on from this one:
Bar separated navigation by extending Walker_Nav_Menu
I'm trying to do the same thing but this time I'm extending Walker_Page instead.
The issue I'm having ...
1
vote
1answer
348 views
How do I access the menus produced by Dashboard > Appearance > Menus
A continuation to this question:
Replacing WordPress menu functionality with a plugin
Since I really rarely work with WordPress (I've done a lot of work with phpBB, myBB, Concrete5, and custom PHP ...
0
votes
1answer
741 views
Script to Automatically Advance to the Next Page of a Paginated Post
I have a custom post type that is just a paginated post and acts as a slideshow. How can I make it so that the reader can choose an option to have the slideshow advance automatically to the next page ...
0
votes
1answer
42 views
Using _s theme, menu changes do not affect header menu
I'm using the _s theme and seeing the header menu point to 'Home' and 'Sample page'.
in functions.php, we have
register_nav_menus( array(
'primary' => __( 'Primary Menu', 'mytheme' ),
...
0
votes
1answer
227 views
How to hide 'Home' button from appearing on supages - twenty eleven theme
How could I make it so the 'Home' button / text link doesn't appear in the top menu as the user navigates to a subpage??
(So the menu stays the same accross)
0
votes
2answers
837 views
How do I retrieve menu items from one level only?
The WordPress function wp_get_nav_menu_items returns my whole site's navigation nested and all. Now if i want to get the nav menu for one "level" of that nested navigation only, how do I do that?
0
votes
1answer
6k views
Custom Post Types in the WordPress Navigation Menu
Hello can someone help me out by pointing me in the right direction as to where I can find out how to add a drop down menu to a theme with my custom post types stored within in, have been ...
0
votes
1answer
359 views
Two Navigation Menus in Themes Produce the same menus?
Alright so I've got two navigation menus that I've registered with my theme:
<?php
if ( function_exists('register_sidebar') )
register_sidebar();
add_theme_support( 'menus' );
if ( ...
0
votes
2answers
106 views
Using query_posts inside single.php loop
Inside of my loop in single.php, I used a custom query using get_posts to return posts belonging to a certain category.
<?php global $post;
...
0
votes
2answers
35 views
How to display numbered pages in a category
How in category.php to output a numbered list of links to pages like:
1 2 3 4 5
when the number of posts in the category exceeds the number of posts to display?
0
votes
1answer
775 views
Issue with front page navigation after upgrading to 3.4
I upgraded to WordPress 3.4 and am having an issues with showing a different amount of post on the first page versus the rest. The first page is still showing 5 posts but when I go to /page/2/ I'm ...
0
votes
1answer
61 views
.sub-menu or .children?
I'm developing a theme using a test installation (using InstantWP), but when I upload it to a staging site, for some reason the nav menu looks inflated. After looking at the source, it turned out to ...
0
votes
3answers
228 views
reverse next/prev page order
I think the way wordpress display previous and next posts is basically non sense, with next posts on the left side, and older posts on the right side.
I am using the code
<?php posts_nav_link() ...
0
votes
1answer
141 views
How to get rid of the home link in nav menu?
I am using the following code for my navigation structure. Currently it shows a home link in the navigation. Why does this show? and how would I get rid of it by changing this code.
<?php ...
0
votes
2answers
717 views
Add a submenu to wp_nav_menu
I literally don't know where to begin with this. The only wp_nav_menu() documentation I found was http://codex.wordpress.org/Function_Reference/wp_nav_menu and all submenu docs reference a different ...
0
votes
1answer
34 views
How does the Twenty Twelve Navigation Bar work?
I have been pouring through the code trying to find out how the navigation menu is actually built. In my header I see:
< nav id="site-navigation" class="main-navigation" role="navigation">
...
0
votes
1answer
29 views
navigation link based on custom field
I'm looking for a method to order posts by a custom field so that the navigational links on a single post template would point to the next or previous post in the sequence defined by a number in a ...
0
votes
2answers
144 views
How can I add a delay to the collapsible menu in Twenty Eleven?
The navigation menu closes immediately upon moving the mouse outside of the menu item's area. How can I introduce a delay that will keep it open a second or less to keep visitors from becoming ...
0
votes
3answers
407 views
WordPress admin bar overlapping twitter bootstrap navigation
I am having an issue with the WordPress admin bar overlapping the twitter bootstrap (2.3.0) nav bar. I have tried this fix:
body.admin-bar .navbar-fixed-top {
top: 28px;
}
.navbar .brand {
...
0
votes
1answer
51 views
Organizing the Navigation Menu
I have a problem with menu organization. I have a Pages with url "pressroom" and have a Category with the same name. I want to make it a one menu item.
Pressroom (sitename.com/pressroom/)
page 1 ...
0
votes
2answers
142 views
Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category
I have installed Ambrosite Next/Previous Post Link Plus and I'm not sure how to configure it to achieve what I'm looking for.
I have a post category like below:
Parent category -> Sub category -> ...
0
votes
2answers
126 views
Switch form Next/Previous to post title
I want to switch from the Next Post/Previous Post type navigation, to showing the title of the previous or the next post.Here is the code I think needs to be changed, it's form loop-single.php
...
0
votes
1answer
95 views
Theme Location empty
I have a problem. I have a WordPress theme which supports two navigation menus. The primary menu shows all the pages, and the secondary menu displays the categories by default. When I go to ...
0
votes
1answer
32 views
custom header navigation has odd spacing [closed]
Live site.
I'm using a custom header on my blog page which features the same coding as my regular heading for nav.
The nav looks fine on all pages but the blog page- the Blog button shifts left.
Any ...
0
votes
1answer
234 views
Changing from primary to a custom menu changes my CSS navigation layout
I am needing help figuring out my main navigation bar. I had created it with the default navigation hook but now want the ability to hide pages so they do not show up on the main navigation. However ...
0
votes
1answer
245 views
add a menu item to navigation menu to link to external url
I followed this tutorial to add a menu item to navigation menu to link to external site:
http://www.natenewz.com/2009/10/07/hardlink-wordpress-navigation/
I copied the snippet of code to my theme's ...
0
votes
2answers
181 views
Exlude pages from wp_list_pages
in a blow I'm working on there is a navigation menu made of pages and subpages. I didn't code it, so I'm not completely sure how it works, but after reading some code it seems that the menu is ...
0
votes
2answers
127 views
Adding an external link to wordpress menu
I am currently using wordpress menu like this ...
$args=array('menu'=>'menu',
'menu_class'=>'',
'before'=>'<span>',
'after'=>'</span>',
...
0
votes
1answer
253 views
How to make wordpress nav menu use post custom meta data
Using WordPress custom navigation menus automatically gets the menu item label and displays it between the of the menu item, what I need to do is to get a custom field value of the page and displays ...