Viewing 1 replies (of 1 total)
  • query_posts () might be the tool you are searching for.

    Switch to the default theme for a moment and check out the query string when you click upon a category link. By query string, I mean the portion of the url after the question mark. For example:

    cat=1

    Yeah. Anyway, you can replicate the effect of visiting a category page by using

    <?php query_string('cat=1'); ?>

    … followed by standard “loop” syntax for actually displaying posts.

Viewing 1 replies (of 1 total)

The topic ‘Post list’ is closed to new replies.