Tagged Questions
0
votes
1answer
24 views
Custom Menu based off custom header
I'm using my Child of TwentyTwelve
Just for your knowledge, I have two sections to my one WordPress site... one is called pain, the other called anesthesia (It's a medical site for the curious).
I ...
0
votes
2answers
144 views
Remove navigation from header in custom page template
I'm building a landing page and want to remove the navigation menu from the page. The navigation menu is in header.php which is of course in the page template. Is there a WordPress function I can use ...
0
votes
1answer
62 views
Prevent menu from loading in a page template [duplicate]
Possible Duplicate:
Remove navigation from header in custom page template
Is there some way to remove wp_nav_menu in a page template? I can't find anything related to page templates other ...
1
vote
1answer
81 views
pull non-wp site into content area of wordpress -or- pull wp header into non wp site?
I am building a site which has a ecommerce nature that is not able to be tied directly into wordpress. What my goal is to have a constant header that is generated by my wordpress header on all pages ...
4
votes
1answer
520 views
How to get IDs for objects in menu branch?
Is it possible to print content of all menu items, when displaying menu (or branch of menu as in question about displaying menu branches) ?
Once I click on About Us I wish for new page to display ...
2
votes
1answer
518 views
Dynamically link to the latest post or simulate request of specific post in page template
I want to have a link in the wordpress menu pointing to the latest post of a specific category.
Because I am not able put a dynamic URL in the wordpress menu, my approach was to put a page with a ...
0
votes
1answer
41 views
Show tarifs page with menu a or b depending on menu of origin
I have a site with three menus, one per main category of the site. I use pages only. Two main categories have one page in common.
Category A with menu a
Category B - with menu b - with tarifs page
...
0
votes
1answer
134 views
How do I render a navigation menu like my theme does?
I am using the theme suffusion, and I'm trying to add a custom navigation menu to only one of my pages.
I've managed to get it almost working using this in my page template:
if(is_page('123')
{
...