• I am interested in returning a list of articles (each one a link) when someone clicks on a category instead of the articles themselves (I would also like the same kind of listing on a search).

    I had a look at the get_archives and wp_get_archives commands, which return results in the format I would like, but neither appear to let you impose a filter based on a category.

    Any way to do this?

Viewing 1 replies (of 1 total)
  • Very simple. You need special templates for that, i.e. category.php and search.php. Save your index.php as category.php and search.php respectively, then remove teh_content tag and everything alse you don’t want there in the Loop – leaving just the_title with the_permalink anchor around it. Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Category Links to list Links not Articles’ is closed to new replies.