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.
1
vote
2answers
602 views
Separator for custom nav menu
I creating a custom footer navigation in wordpress. I looked all over the wordpress documentation and still haven't found anything. So, what I'm trying to do is add an "|" in the navigation like this:
...
1
vote
1answer
96 views
Tidy nav menu classes except for edit-menu-item-classes and active class
I want to tidy the menu class and remove the <li> ID tags, but return the class which is added by CSS Classes (optional) and current class.
1
vote
2answers
86 views
Querying both pages and posts
I am building an "advent calendar" for a client and they are wanting a combination of specific pages and custom posts appearing on the front page, in a specific order.
Things that need to be ...
1
vote
2answers
580 views
Using default WP menu functionality to link to custom post-type listing?
I'm completely starting over with a wordpress project that began a couple of weeks ago, and basically i'm totally discovering wordpress, so please bare with me.
I might be completely misunderstanding ...
1
vote
1answer
391 views
add_submenu_page function to show videos table
wondering if its possible to show the attachments admin list for videos by using a custom menu link?
Any pointers welcome! D.
add_action('admin_menu', 'mt_add_pages');
function mt_add_pages() {
...
1
vote
1answer
549 views
Manipulating menu HTML
My site's menu uses the built-in menu under Appearance >> Menus. I want to make a very simple change: I want to wrap each of my menu's second-level ULs in a DIV.
What's the simplest way to accomplish ...
1
vote
1answer
115 views
Menu item with no page, but with dropdown
I am using 2010 theme menu. Is it possible to have a menu item that has a drop down when hovered, but will not click though to a page/post. Just a dropdown, using the wp_nav_menu.
1
vote
1answer
135 views
Hard-coding custom menu elements for menu manager
I realize that one can add custom links through the menu manager but is there a way to manually create such components through the functions.php file?
More specifically, one example here relates to a ...
1
vote
1answer
451 views
How to find out if page_for_posts is showing (in order to style menu item)
I have set a static page for posts (page id = 110). This page shold only be included in the menu when the user is logged in. The latter is achieved with the following addition to header.php (snippet ...
1
vote
2answers
163 views
Get menu links only
I'm creating a template in HTML5. On navigatiom menu i need to implement something like this
<nav>
<a href="url1">url1</a>
<a href="url1">url2</a>
<a ...
1
vote
1answer
147 views
Problem with empty class attributes when running a filter on nav_menu_css_class
I'm using the code below in order to remove all classes but the current-menu-item and current-menu-parent classes from the custom menus.
It works very well, however, there's one nagging issue I'm ...
1
vote
1answer
429 views
How can I make this custom menu work?
Can someone share with me the easiest way to convert this to work with wordpress’s 3.0 built in menu support. So far I have the topnav menu working correctly, but I’m having a hard time getting the ...
1
vote
1answer
446 views
Get menu object from theme_location
I'd like to get a menu object from its theme location argument.
My goal is to output separately the menu name and its items name, url and description.
Example of what I'm looking for :
$menu = ...
1
vote
2answers
223 views
Where to place PHP code that inserts (or doesn't insert) menu item?
Where do I place the PHP code to insert or not insert a menu item based upon some condition, i.e. value of another PHP variable like so:
$listItem = '';
<?php if ($condition)
{
$listItem = ...
1
vote
1answer
726 views
Bulk Custom Menu and Wp-Ecommerce
I have to add a lot of items in wordpress menu (lot of 2nd level items) is there any bulk menu item creation method available to do it ?
is there any way to add wp-ecommerce categories in wordpress ...
1
vote
1answer
721 views
Show Home Link In wp_nav_menu but only on primary menu
This function adds a home link into my nav menu, but it is added to 3 other menus I am using as well. I don't quite understand where to add code to only display in my primary nav.
function ...
1
vote
1answer
306 views
How to append to menu items selectively
I'm making this wordpress theme, and I need to create a menu that is vertical but its submenus are horizontal, like this:
MenuItem
SubmenuItem | SubmenuItem
AnotherMenuItem
SubmenuItem | ...
1
vote
1answer
104 views
Wordpress Custom Menus Issue
In my template I'm using calls like this to output some custom menus:
<?php wp_nav_menu(array('container_class' => 'secondary-navigation', 'theme_location' => 'secondary')); ?>
Ever ...
1
vote
1answer
87 views
Change name & menu_name for Profile in the default menu, w/o altering core files?
I want to change the name and menu_name of the profile menu in the default menu without altering the core files.
1
vote
1answer
594 views
Change image based on menu item id
My client request to put header images, but the images must be unique based on what menu the click.
Let say i have 2 menus. First is What is A and second is What is B.
I can know the menu id when i ...
1
vote
1answer
344 views
wp-menu 'automatically add custom taxonomy terms' like it does for pages? [closed]
I've added a new wp_menu to my sidebar on a custom post-type page. The wp_menu displays a list of a custom taxonomies terms.
I see that wp_menu has the checkbox to automatically add new top level ...
1
vote
1answer
627 views
has_term if/echo else/echo function
ok so i have a nav menu with the top level of menu items being static pages. When you highlight or visit one of them there is a sub-menu that pops up. Each one of them has there own sub-menu and each ...
1
vote
2answers
205 views
Adding existing links to custom navigation menus?
When I visit Appearance → Menu, I can add custom links, but not any links
I've already created under Links. How can I do this?
1
vote
1answer
713 views
How to get custom post type menu_name?
I'd like to show the post type of a post, you can do that with get_post_type(), but in my case the names are not pretty (for ex : p_project_plans). So instead I thought I'd show the asociated ...
1
vote
1answer
925 views
Error “The given object ID is not that of a menu item” on menu with 40+ items
When ever I try to add menu items past about 40 I get an error "The given object ID is not that of a menu item" and many of my menu items will disappear from the menu at random.
The site I am working ...
1
vote
1answer
866 views
Dynamic sidebar nav with current page highlighting
My sidebar loops through all of the child pages based on the parent page. For example, if you're in the "About" section you'll only see "About" child pages in the sidebar.
My problem is that I have ...
1
vote
1answer
187 views
How to make link to different categories that in them selves loads different menus?
Im kinda a noob but have made some homepages for fun but got this new one that im making for a friend that´s stopped my dead in my tracks:
http://yellowknife.se/artfex/
The popup (ugly as hell and ...
1
vote
2answers
689 views
How do I add (css) class to a custom link to make it current_page_item
As a custom menu item wp doesn't add the class current_page_item
All other links it does?
<ul class="nav" id="menu-mainmenu"><li class="menu-item menu-item-type-custom menu-item-home ...
1
vote
2answers
236 views
Can only get one of two custom menus to display
I'm a wordpress beginner and at the moment struggling to get to grips with custom menus. I have created two menus. Wordpress tells me the theme supports two menus. I have
<?php ...
1
vote
2answers
307 views
How to set my main menu items
I am new to WordPress development, hope this is not a too stupid question. How can I setup my Menu such that it has links to
Home
About (Page)
Blog (I think posts in all categories except Portfolio ...
1
vote
1answer
552 views
Controlling Taxonomy Category listings to hide and unhide specifics
I have a vertical menu using the superfish script that shows categories in a custom 'productcategory' taxonomy. This menu has multiple levels, and is hierarchical.At the bottom of each branch of the ...
1
vote
1answer
115 views
How do you cope with the task of adding hierarchy to the navigation menu?
Say we got a theme with a horizontal menu that shows only the top-level pages.
How do you manage with the task to make the menu hierarchical, adding subpages?
Any appropriate plugins for that?
If ...
1
vote
1answer
695 views
How can I detect whether a BuddyPress page is active from within my theme?
I'm trying to work sub-menus into my theme but am running into issues when navigating to BuddyPress pages (as opposed to standard WP pages, posts, etc.). Basically, what I want to do is have pages ...
1
vote
0answers
22 views
selected menu item
The template I'm working on for a client has the following pages:
Home : a custom static page that displays the content of a certain WP page, and the latest sticky posts. This is the front-page.php ...
1
vote
0answers
14 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
1answer
17 views
Unregister Nav Menu with fallback?
I am trying to create a child theme so theme updates are much easier. I want to remove the parent theme menus and add my own. I know I can modify the header.php file (where these menus exist) and ...
1
vote
0answers
28 views
One item not showing when programmatically Generating Navigation Menu
I am programmatically generating a navigation menu with the following....
add_action( 'init', 'register_navmenus' );
function register_navmenus() {
// Check if Top menu exists and make it if not
if ...
1
vote
0answers
38 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
0answers
36 views
Creating Category Specific menus
I have a question.. I am trying for this since many days.. but didn't get success. My requirement is say I have 5 categories:
cat1,
cat2
cat3
cat4
cat5
Now each of category has 'N' number of posts.. ...
1
vote
2answers
66 views
Grey out nav buttons unless is_user_logged_in()
I'd like to show my users some features I offer if they register in a special nav bar. I've created this for a logged in version and a logged out version:
if ( is_user_logged_in() ) {
$menu = ...
1
vote
0answers
25 views
Adding custom menu widget to sidebar programatically [duplicate]
I am trying to add custom menu widget to the sidebar. I am not working on wordpress directly, but I am using an xml-rpc calls to manage worpdress site (it is possible via ...
1
vote
1answer
156 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
51 views
custom walker nav issue involving ajax
I am using ajax in a theme not written by me. This ajax gets the link clicked and then slides that page into view. it works good. In order for it to do it's thing, I had to make a custom walker for ...
1
vote
0answers
53 views
Filter Menu Items by Custom User Role in a page
I want to create a page template where the contents of the menu is filtered. Say, on Template 1, I want only the pages/post created by a custom access role areamanager1 to be displayed on the Menu on ...
1
vote
2answers
167 views
Custom Permalink Plugin and Current Page/Ancestor in Menus
I'm looking for a custom permalink plugin that is able to interact with menu classes.
For instance, I have a menu that includes the parent website.com/shop as one of its list items. If a page, say ...
1
vote
1answer
47 views
list category posts under its item in menu
When adding category to Menu, I need it to list all the item that belong to that category in separate UL automatically. like this
http://i.stack.imgur.com/ulOOS.jpg
Of course I can do that manually, ...
1
vote
1answer
779 views
Wordpress 3.5 dropdown menu
I'm pretty new with wordpress and I want to create my own dropdown menu without the use of any plugins. I have a few questions about this. I already did some research but there are some things i do ...
1
vote
0answers
62 views
Changing status of Published posts which have less Content to “Draft”
function draftpost(){
global $wpdb;
$prefix = $wpdb->prefix;
$wpdb->query("UPDATE ".$prefix."posts SET post_status='draft' WHERE LENGTH( post_content ) <500");
}
...
1
vote
2answers
108 views
How to activate “Description” metabox for menu item programmatically?
I'm creating custom wordpress theme. How can I enable "Description" metabox for menu items (on nav-menu page) by default programmatically?
1
vote
2answers
125 views
Add nav menu CSS class to body
I would like to add the CSS class of the current menu item (and the classes of its parents & ancestors) to the current page body classes.
For example, if the current menu item has a CSS class ...
