Home Forums Latest Only thumbnail and post name in frontpage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4128
    zdcore@carbtc.net
    Participant

    Hello, first of all thank you for making this theme available for free.
    I would like to know how to do so that in the initial page I only see the thumbnail and the name of the post. That is, I would like to remove the description and tags.
    Thank you!

    #4134
    Andy
    Keymaster

    Add this css snippet to Customize > Additonal CSS:

    .blog .entry-meta,
    .blog .entry-content,
    .blog .entry-footer,
    .archive .entry-meta,
    .archive .entry-content,
    .archive .entry-footer {
        display: none;
    }
    #4135
    zdcore@carbtc.net
    Participant

    Thsnk you a lot Andy!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Only thumbnail and post name in frontpage’ is closed to new replies.