Hi
I have a category with maybe 100 good quality posts.
How could I let the user see a summary page of all these posts, rather than having to do a search ?
or having to scroll through pages 1 by 1?
Thanks
Art
Hi
I have a category with maybe 100 good quality posts.
How could I let the user see a summary page of all these posts, rather than having to do a search ?
or having to scroll through pages 1 by 1?
Thanks
Art
Create a Category Template for that Category and use something like this example from the wp-content/themes/default/index.php file in your template file:
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
Other info:
Template Hierarchy
Stepping into Template Tags
Creating_an_Archive_Index
Template_Tags/the_title
Template_Tags/the_permalink
This topic has been closed to new replies.