Navigation Menu is a theme feature introduced with Version 3.0. WordPress includes an easy to use mechanism for introducing customised navigation menus into a theme. In order to incorporate menu support into your theme, you need to add a few code segments to your theme files.

learn more… | top users | synonyms (4)

0
votes
1answer
65 views

Menu item added with “wp_nav_menu_items” gives “damaged” url

I am adding menu items with the code below, the menu items show up when clicked but they give damaged url's e.g for the top link when clicked ...
0
votes
1answer
20 views

Wordpress Navigation default output

Could someone please give me the Wordpress default navigation output, i've searched it around but havn't found it. I would like the example navigation to also include one sub-menu link. Or if ...
0
votes
0answers
19 views

How to get the excerpt in nav menu walker? [duplicate]

Possible Duplicate: How can I access the “description” of a menu item? This leads on from my previous question. I now need the excerpt instead of the nav menu description as not all pages ...
0
votes
1answer
411 views

Add container to nav_menu sub menu

Is there a way I can wrap a div around wp_nav_menu's ul.sub-menu So for example the markup would go from <ul class="menu"> <li><a href="/">Item 1</a></li> ...
0
votes
1answer
54 views

How to call either page name as the nav link or navigation title?

I bascially need to just be able to show the polish translated menu or the english menu. The best way I can think of it is: if($languageCookie=='polish'){ wp_nav_menu(use the navigation label ...
0
votes
1answer
162 views

How to include the 'current-menu-ancestor' class on a custom post type menu in Wordpress?

I need the Wordpress menu to include the 'current-menu-ancestor' class to reflect that site is currently in the recipe section. Supposing I have a recipe custom post type. I have the following code in ...
0
votes
2answers
122 views

Handling complex multi-level architecture / menu for large site

I am trying to get feedback and ideas for solving an information architecture / content management problem using wordpress. I have a large site ( 1,000+ pages, hundreds of posts ) made up of ...
0
votes
1answer
226 views

custom walker to add iconfont to wp_nav_menu

I want to add the font awesome iconfont to my menu list items, so I need to make a custom Walker. Because the font per menu item will be different I was hoping to use the css class in the WP backend ...
0
votes
0answers
18 views

add sub menu to the pages menu [duplicate]

Possible Duplicate: Associating custom submenu item with post type of top level menu item I am try to add an extra sub menu to the pages menu but cant seem to get the right id to add it to. ...
0
votes
1answer
53 views

how to keep theme background image, menu or site header image while moving site in sub directory?

I'm moving site root to sub directory, menu background image or site header display as default, I have change URL in db as set all sub directory location also set .htaccess but my custom background or ...
0
votes
1answer
67 views

Appending a GET-Variable to wp_nav_menu

I'm creating a menu with the wp_nav_menu() function. Now I'd like to add a GET variable to the end of ever link in the menu, like this: www.mysite.com/page/?variable=123 Is there any way I can do ...
0
votes
1answer
126 views

How can I only show one responsive menu on mobile devices?

Here's my site: http://dev.shoeporn.com/ I'm running WP 3.5 and using this plugin: http://wordpress.org/support/plugin/responsive-select-menu It is supposed to allow you to select which menus you ...
0
votes
1answer
63 views

How do I programatically remove Menus?

I know that each menu item is simply post present in nav_menu_item post type. It has has ID and can be removed with wp_delete_post() but posts deleted this way don't remove menus present under ...
0
votes
1answer
105 views

Dropdown menu on click change

Im working on a website where I need to create a submenu that shows only the parent pages. When I click on one of the parents it has to show the children from that parent. Here is the menu hierarchy ...
0
votes
2answers
227 views

wp_nav_menu() loses 'current-menu-*' classes on single product page within category

I have my menu set up like so: Shop Online (WPeC 'Products Page' page) Product Category (WPeC Category) Product Category (WPeC Category) Product Sub Category (WPeC Category) Product Sub Category ...
0
votes
0answers
67 views

Child Menu Not Appear in Dashboard [closed]

everyone! Yesterday I updated my WordPress site and suddenly child menus in dashboard don't appear when I hover to the main menu. Like this one in "Posts." image here: 1 I updated using automatic ...
0
votes
1answer
86 views

Check if page is in a certain menu

I have a client that wanted two "main menus" and we needed to programmatically display whichever menu contained the current page. How can I do that? Ex: We're on the "About" page. Figure out which of ...
0
votes
2answers
366 views

Creating a custom menu/widget area

I'm looking to create a /menu/widget area like the following site: http://www.microsoft.com/en-gb/default.aspx please see sections under downloads, security, support, about is this considered a ...
0
votes
1answer
77 views

How to activate/deactivate menu tab and keep the same id?

I have a problem here and i cant find/think of any solution yet. I want to have a menu button that can be activated/deactivated and still keep the same id so the CSS will still be applied. Is there ...
0
votes
1answer
48 views

Setting a Master Menu on a Custom Post Type

I am currently developing a site for a car dealership to list their inventory. I have setup the car up as a custom post type. Each post will have children (gallery, features, accessories, etc). I ...
0
votes
1answer
155 views

wp_update_nav_menu_item not saving in multisite API

I'm creating a script that automates build a wordpress site from another CMS. I've been able to change every setting: themes, options, subdomain, site title, etc. But what is eluding me is being able ...
0
votes
2answers
210 views

Specifying Class style for Menu

Im integrating Superfish into WP. I have called the CSS and the JS. However when I place a class style in the wp_menu as below, the menu is disappearing (see here for rendered output). Could anyone ...
0
votes
1answer
216 views

How to rewrite the output of wordpress nav menu?

I have been trying to figure this out for a while. I need to overwrite the default output of the wordpress nav system. Right now it is like: <ul id="main-nav"> <li ...
0
votes
1answer
82 views

Bought custom navigation menu from codecanyon, how to change feature.php?

I bought a nav-menu with css but not sure how to use this in my wordpress theme. Is there a standard way to implement it? Like this ...
0
votes
1answer
59 views

Create and style menu

I have been assigned with the task to create a menu that can be added or removed from wordpress admin. Right now the menu is hard coded into the templates. But I want to use default menu function ...
0
votes
1answer
57 views

Custom menu linking to page not found

I have built a series of pages and sub pages in wordpress. Then, using custom menus with 5 x top level menus and then sub-menus under 3 of these top level menus: Menu 1 Menu 2 - Sub Menu 1 - Sub ...
0
votes
1answer
89 views

Submenu opened problem

I am trying to fix a problem with a submenu. I have coded (as you can see on jsfiddle: http://jsfiddle.net/8899x/87/ ) my horizontal menu and the submenu. I would like to leave the submenu opened when ...
0
votes
0answers
68 views

Menus aren't displaying in navigation bar in Chunk Theme [closed]

I'd like to create custom drop-down menus on the navigation bar where I could then nest particular posts that belong to particular categories. For example, I'd like to have a "Personal Style" menu ...
0
votes
2answers
92 views

Creating “static” taxonomies to choose from, inside custom post type?

Alright, so i have a custom post type called Blurbs (translated, sort of). I want to add a static set of categories for the posts within Blurbs (i don't want the user to be able to create custom ...
0
votes
1answer
30 views

Two pages named the same thing, on a different level but conflicting url paths in menus and direct links

I've just changed some titles of pages and child pages around, simply I've got Work as top level page, and Blog as a top level, with Play and Work as children. The paths are: /work/ and ...
0
votes
0answers
6 views

Highlight special menu item [duplicate]

Possible Duplicate: How to style a specific nav menu item? I want to highlight a certain menu point. What is the best way to do it? Of course I could take the id of the menu point and ...
0
votes
1answer
99 views

How to insert date in topNav

In my theme i have a menu on the top of the page where i've links for my pages, this is the line of code in the header.php that generates topNav, <!-- BEGIN HEADER-TOP --> <?php ...
0
votes
1answer
16 views

All my menus are empty and I cannot add a new one [closed]

My menus suddenly are all empty. I create new ones and insert entries but none appears. Did something break?
0
votes
1answer
311 views

wordpress 3.4.2 + wp_nav_menu + chunk theme not working [closed]

I'm trying to create a page for each of the categories i got in my blog and it should appear on the menu i got in Chunk theme. the idea is to have a link to each of the categories which would guide ...
0
votes
0answers
205 views

Cannot Create/Save menu in WordPress 3.4.2 [closed]

create/save menu was working fine before, but now it is giving following error/warnings Warning: Invalid argument supplied for foreach() in /home/usr/public_html/wp-admin/includes/menu.php on line ...
0
votes
1answer
486 views

highlight parent page menu item when in custom post type

in a website that I am building I have a portfolio custom post types (called: "project") to show my portfolio items. The page that holds the loop of the custom post type is a custom page called ...
0
votes
1answer
550 views

Setting parent menu item href to javascript:void(0) [closed]

Ok, worked out how to do it, but wanted to know if this is the preferred method of doing it or if there was a better way. What I have is this.. <script type="text/javascript"> ...
0
votes
1answer
122 views

Menu disappears after attaching [closed]

When I go to [Appearance > Menus] and attach menu to its area and refresh that page it disappears. This happens only on one WordPress theme (but not on default). Do you have any ideas what could ...
0
votes
2answers
135 views

Fake mark a menu item as current_page_item/active in Wordpress

I have a custom post type called Books and a page structure like this: Home Products & Services - Services - Products -- Books I am using Wordpress custom Menus for the 1st level navigation ...
0
votes
0answers
28 views

Styling Navigation [closed]

I am having trouble styling my navigation specifically the sub nav. Does anybody know what I need to target to style the drop down menu? I would like for it to align left so that the borders match up ...
0
votes
0answers
1k views

Embed custom menu into page [closed]

Is there a plugin out there or a certain way to embed a custom wordpress menu into a page?
0
votes
2answers
440 views

Nav menu items disappearing (but not immediately)

I'm working on a site where some of the nav menu items disappear (from the front end, the back end, and the database). However, debugging is extremely difficult since they don't disappear immediately! ...
0
votes
1answer
43 views

Show posts of parent in edit.php

I'm creating a post type for a site where there 4 main 'parent' pages in a custom post type. For the sake of argument the post type is 'schools' the 4 (of many) parents are: Cambridge Teesside ...
0
votes
2answers
542 views

Blending Foundation's Tabs with Wordpress Nav Menu & Display Active Tab

I am currently working with ZURB's Foundation Framework. It's a terrific framework and my project is coming along a lot nicer and quicker than it would have beforehand. Foundation comes with ...
0
votes
1answer
443 views

css vertical menu issue in wordpress [closed]

I am new to wordpress development and i have html file to change that into wordpress theme. I have read some good tuttorial to check how to create wordpress theme and so far i made the index.php ...
0
votes
0answers
12 views

list pages that are sub menu items of the current one [duplicate]

Possible Duplicate: Display a portion/ branch of the menu tree using wp_nav_menu() Is it possible to list all the pages that are sub menu items of the current page. As you could see I am ...
0
votes
0answers
34 views

Confused about adding menu support to theme [closed]

I am building a site into WP and have been reading up on how to add menus into them. I have this in my themes functions file.. function mmw_new_register_my_menus() { register_nav_menus( array( ...
0
votes
1answer
68 views

Second tier sidebar navigation

I'm trying to create a second level navigation in WordPress. I've found lots of examples, but none of them seem to do exactly what I want. This code below has me almost there, but I want an active ...
0
votes
1answer
189 views

Change the class of wordpress menu

I have problems with wordpress menu level classes. <?php wp_nav_menu( array( 'theme_location' => 'primary' ) ); ?> this is the code i used to generate my menu, First level menu id is ...
0
votes
1answer
391 views

Change sub-menu css class

I use custom menus with drop down. I want to make two different drop-down menus each with different styling. Wordpress puts drop-down items in a single ul with class="sub-menu". But I need different ...

1 16 17 18 19 20