[Resolved] Blog posts on front page, blog entries in category page

Home Forums Support [Resolved] Blog posts on front page, blog entries in category page

Home Forums Support Blog posts on front page, blog entries in category page

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #264083
    Miguel

    I don’t know if this is a “setting” or where I may be missing the option(s). I want my front blog page to have the list of my posts. My menu bar links to categories so if someone clicks on Fitness category, I’d like the page to display my posts in columns with only the picture and title.

    Any help is greatly appreciated.

    #264091
    Miguel

    Hmmm… I think the Post Grid plugin may be what I was looking for. Unless, of course, someone can recommend a different p/i?

    #264092
    Leo
    Staff
    Customer Support

    Hi Miguel,

    Tom’s WP Show Posts plugin is basically designed to achieve requests like yours without coding. I would recommend checking it out πŸ™‚
    https://en-ca.wordpress.org/plugins/wp-show-posts/

    Let us know if this is helpful.

    #264094
    Miguel

    Hey Leo,
    Yup that’s exactly what I was looking for. Thanks! πŸ™‚

    Quick question (if you don’t mind): the titles under the images are too big. Which option controls the size?

    Thanks again.

    #264110
    Leo
    Staff
    Customer Support

    There will be font size options in Pro version soon πŸ™‚

    For now we can use some CSS:

    .wp-show-posts .wp-show-posts-entry-title {
        font-size: 28px;
        line-height: 1.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this works.

    #264113
    Miguel

    Yes, that fixes the size issue. Thanks for your help!

    Any way to strip the “heading” all together? With some of my longer text, it breaks into 2 lines and too much vertical spacing. Plain text would be much better.

    Thanks again. πŸ™‚

    #264114
    Leo
    Staff
    Customer Support

    Not quite sure what you mean? like you don’t want the titles to show at all?

    #264115
    Miguel

    No, I want the titles to show. Here’s what I’m talking about:

    title sample

    #264116
    Leo
    Staff
    Customer Support

    Added one line to the code above. Let me know if it works.

    #264117
    Miguel

    Thanks Leo. That’s what I was looking for. Very much appreciate your help.

    #264118
    Leo
    Staff
    Customer Support

    You’re welcome!

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.