Get list of all posts (not pages)
I'd like to create a drop down menu with all posts currently on my site using Wordpress 3.0. How can I fetch this data from the da开发者_开发技巧tabase using the wordpress API?
Just get query_posts to fetch the posts you want, then add them to the ddl in the loop.
精彩评论