|
You'll have to dig through the WordPress Codex to get an exact answer.
1. For multiple category drop downs you can display sub-categories.
2. If I understand correctly... you want to have the titles of posts from a specific category in a horizontal menu. If you use the loop you can just display a specific categories posts, limit the results to a specific number, only include the post title. Use an unordered list. Use CSS to make it display horizontally and style the way you desired.
A quick search of google will provide multiple ways to do both of these items. Hope that helps.
Last edited by AxionGroup; 10-21-2009 at 02:26 AM..
Reason: forgot to add Codex
|