Forums

Sort Posts by Category (3 posts)

  1. moderno
    Member
    Posted 1 year ago #

    Hi,

    I'm trying to list post by categories. I've found that this is possible in several ways, but none of them work as desired. I'm trying to make a loop that lists the posts like this:

    Category
    post-title,post-title,post-title, etc

    Category2
    post-title,post-title,post-title, etc

    Category3
    post-title,post-title,post-title, etc

    Hardcoding this and making a custom loop for each category is easy, but doing a custom loop that echoes each category and it's posts is giving me a headache.

    Any clues on how to approach this?

    Thanks!

  2. Are you trying to list every post from every category on one page?

    Start here: http://codex.wordpress.org/Template_Tags/wp_list_categories

    Then I think you'd want to make a for loop. For each category, list post.

    There's also this plugin: http://wordpress.org/extend/plugins/list-category-posts/

  3. moderno
    Member
    Posted 1 year ago #

    Thanks for the advice Ipstenu! I'll take a look at that plugin, and then I'll try writing my own for each loop. I'll post here any advance!

Topic Closed

This topic has been closed to new replies.

About this Topic