Show Only Post Titles on Tag and Category Pages

  • Posted in : Read WP
  • milomindrbindr
    Participant

    I have my site setup to show only 1 post at a time on the homepage. But when you click on a tag or category, it only shows a single post on the tag or category search page. I’d like it to show a list (preferably 10) of only post titles on the tag or category page instead of a full, single post.

    How would I accomplish this?

    Thanks!

    Your support has been amazing thus far, Mehmet!

    Mehmet S.
    Keymaster

    Update to the latest version.

    milomindrbindr
    Participant

    So what am I looking for in the update then? Is it automatically going to default to the titles instead of a the full posts on category and tag pages? Or is there somewhere in the theme options that I need to adjust to make this happen? A little more detail would be helpful.

    Mehmet S.
    Keymaster

    Can you provide your url?

    milomindrbindr
    Participant
    Mehmet S.
    Keymaster

    Style > Custom CSS:

    body.tag article .entry-meta { display: none; }
    body.tag article .entry-content { display: none; }
    
    body.category article .entry-meta { display: none; }
    body.category article .entry-content { display: none; }
    
    milomindrbindr
    Participant

    Fan-tastic! We’re almost there.

    Now how do I make it show more than 1 result (ideally, I’d like it to be 10)?

    Link for reference: http://bit.ly/150lgED

    My homepage only shows the most recent post, so the tag & category search results are only showing 1 result because of that.

    Mehmet S.
    Keymaster

    Visit reading settings.

    milomindrbindr
    Participant

    I’m failing to see where I can adjust the amount of results that are shown for tags and categories, but still maintain a single post on the home page.

    Is there a chunk of CSS code that can accomplish this, as you did with the search results?

    milomindrbindr
    Participant

    Nevermind, found a plugin that allows control over all pages and how many posts are displayed.

    Here it is for people who need it. It’s called Custom Posts Per Page:
    http://wordpress.org/plugins/custom-posts-per-page/

    Mehmet S.
    Keymaster

    Thanks for the sharing.

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register