• Hi, guys.

    I’ve been looking for a such functionality for a long time and I still don’t know how to make it – I’d like to have advanced categories. I mean, I want to browse only the post of the chosen category and not all post in the archive when I click on a category.

    Could anyone of you help me solve this…?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can look at individual categories by using

    h**p://www.yoursite.com/?cat=X

    where X is the category ID.
    Use

    <?php wp_list_categories();?>

    in your template to show a list of categories, that are clickable.
    (If you want to have all your categories as navigation instead of all the pages.)

    http://raltchev.info/?cat=2
    This is only your “Images” category.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Advanced Categories’ is closed to new replies.