Full post display Vs. Headline post display

  • Unknown's avatar

    Hello,
    I am using the theme ‘Twenty Fourteen’ for my blog and the slider at the top page. However, I want to have the rest of the posts that show under the slider on headline form rather than full post. How do I change it?

    Thank you!

    The blog I need help with is: (visible only to logged in users)

  • Hi there,

    How the posts are displayed on your home page is dependent on the theme you’re using; some will display only a part of posts, others will display full content. This functionality can’t be changed using just CSS.

    What we can, however, do is, hide all the post content and only show post titles (or headlines). Give it a try and see if it’s what you want. Paste the following code in Customize > CSS:

    .home .entry-content {
        display: none;
    }

    Another option is to use the More tag–it has to be manually inserted in posts, though.

  • The topic ‘Full post display Vs. Headline post display’ is closed to new replies.