Howdy,
Can someone help me get started on how to use query post to pull the most recent post or ascending title from within an existing category?
Let's say if I'm in the ANIMAL category, I want to click on a link that will sort title, date, etc.
I look at http://codex.wordpress.org/Template_Tags/query_posts but can't put it together.
Something like this???
<?php query_posts('orderby=title&single_cat_title'); ?>