List Categories and link to first/specific post
-
I need a way of showing the categories but linking to the first post in that category.
How can I go about that?At the moment I am showing the categories like:
<?php wp_list_categories('sort_column=menu_order&title_li&depth=1&child_of=10&exclude=16'); ?>
However these link to the archive for that page but I need it to go to the first page.
Is there a way?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘List Categories and link to first/specific post’ is closed to new replies.