• Hi all,

    What i’m trying to do basically is to list the topics only of posts of a certian month/year/category, not the whole posts. For example, when someone clicks on a category/month, he should see something like this:

    5-7-06 This is a blog post
    6-7-06 Another blog post

    How can this be done?

Viewing 3 replies - 1 through 3 (of 3 total)
  • arrariv

    (@arrariv)

    did u find a solution to that?
    =)

    Chris_K

    (@handysolo)

    Creating_an_Archive_Index might be a good place to start.

    I am looking to do exactly this, as well. That page you linked to, HandySolo, is just a generic “this is how to make an archives page,” which isn’t very helpful.

    My initial thought on how to do this is to create a loop on the archives page, and inside that loop, display nothing but the_title() and the_date(). But I tried doing this and I got nothing in return.

    Also, it would be great if you could omit a category from said archive page. Would you just put the entire thing inside an in_category() tag?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Posts Archive: Listing posts by topic only?’ is closed to new replies.