• Hi to All

    I understand that the free version of Kale I am using has limited options for front page. I think that I will have 2 posts (image and excerpts) followed by full post … and apparently that pattern is repeated. I have now set for 6 posts on front page but can change that.

    My question is if I get the pro version can I have all posts with image and excerpt …. and no full posts under recent posts until an excerpt (image or title) is clicked?

    Thanks…Grace

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Grace,

    Thank you for getting in touch with us.

    Actually you can have all posts in blog feed setup as 2 columns posts with image and excerpt in your Kale theme. Please go to Appearance → Customize → Blog Feed and change “Post Display Format” option. See this screenshot: http://prntscr.com/gd8hbb

    Currently your blog feed layout is override with this style added to Appearance → Customize → Additional CSS:

    .blog .blog-feed-posts
     > .row > .col-md-6 {
        width: 100%;
        text-align: center;
    }

    so your posts are in 1 column, not 2 columns. If you would like to change it change this style to this:

    .blog .blog-feed-posts
     > .row > .col-md-6 {
        text-align: center;
    }

    In order to change number of posts in Blog Feed please go to Settings → Reading and change “Blog pages show at most” option.

    Hope that helps. Thank you for your time in this.

    Best regards

    Thread Starter jasoncloud

    (@jasoncloud)

    Hi Jarek

    And thanks for your response. I did have this info and I understand it.

    What I was looking to do, if possible, is to keep the format at one columm but not to have any full posts.

    Grace

    Hi Grace,

    Please go to Appearance → Customize → Blog Feed and select “Small Image and Excerpt, 2 in a Row” layout. This option with your code in Appearance → Customize → Additional CSS should display posts with excerpt (no full content post) in one column.

    Best regards

    Thread Starter jasoncloud

    (@jasoncloud)

    Ok, I misunderstood before when I thought that if I reset I would need to use the second snippet of code for customization.

    Thanks Jarek (from Slovakia)

    Grace

    Hi Grace,

    I’m glad to hear it works as expected 🙂

    Please remember to mark this post as resolved.

    Kind regards

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Posts on Front Page’ is closed to new replies.