StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 04-06-2010, 08:59 AM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default

Guy,

My answer is really the same - there's no easy way to populate the dropdown list of posts from the nav bar. (Yes, I understand that you want to keep the categories too.)

Assuming you want to do this dynamically, ie so that it automatically updates when you add a new post, you would have to write a custom WP_Query to select the posts (eg a specific category), call this query in header.php, and then add suitable markup to the existing navigation so that the output of the query can populate the unordered list needed for the dropdown to work. Yes, it's quite a customisation.

Alternatively, you would need to hardcode this part of the menu, eg like this:
PHP Code:
<li><a href="URL to post">Post title</a></li>
<
li><a href="URL to post">Post title</a></li
<
li><a href="URL to post">Post title</a></li
<
li><a href="URL to post">Post title</a></li
etc
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Excluding categories from Recent Posts PogoFan General Discussion 5 06-29-2009 01:55 PM
Featured Categories Shows Recent Posts from All Jeff Carter General Discussion 2 12-31-2008 08:12 AM
Excluding categories in Recent posts icono General Discussion 6 11-27-2008 06:02 PM


All times are GMT -5. The time now is 10:58 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.