0
votes
1answer
96 views

Content-focused web design: sidebar alternatives? [closed]

I am really liking the new trend of using a full-width scrollable blog design. Sidebar simply takes up far too much space, distracting from the main piece on the page- the content. Do you know of any ...
0
votes
1answer
121 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 ...
1
vote
1answer
125 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 ...
0
votes
2answers
118 views

How to make navigation a <select> list without a plugin? [duplicate]

Possible Duplicate: Show a WP 3.0 Custom Menu in an HTML Select with Auto-Navigation? I have tried several solution for this, but none of them worked. I managed to make the nav list into ...
0
votes
1answer
78 views

Displaying wp menus by name without using theme locations

I used wp menus in the past but always registering a location and then using: <?php wp_nav_menu( array( 'theme_location' => 'header-menu' ) ); ?> To display a menu on that location on my ...
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 ...
0
votes
1answer
519 views

Most wp_nav_menu parameters ignored

I'm trying to get a text-based navigation menu for the footer of my site. I'm using the wp_nav_menu() parameters as directed by Codex. He're a snippet of code (in footer.php): <div id="footer"> ...
0
votes
1answer
356 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 ( ...
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 ...