Home Forums Latest Show only thumbnail, postname AND tags on frontpage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4457
    GetHiroshima
    Participant

    Hi

    I’m very happy with the Latest theme and am using it Masonry style.

    I found this code snippet to remove all info from the frontpage except thumbnail and postname. Can anyone supply with a snippet that would allow the tags to show?

    .blog .entry-meta,
    .blog .entry-content,
    .blog .entry-footer,
    .archive .entry-meta,
    .archive .entry-content,
    .archive .entry-footer {
    display: none;
    }

    I would appreciate any help.

    Thank you.

    Paul

    #4458
    Andy
    Keymaster

    Hi Paul

    Change the CSS you posted above to this:

    .blog .entry-meta,
    .blog .entry-content,
    .blog .entry-footer .cat-links,
    .archive .entry-meta,
    .archive .entry-content,
    .archive .entry-footer .cat-links {
    display: none;
    }

    This will hide the categories in the entry footer (instead of hiding all of the entry footer) so the tags will still be displayed.

    #4459
    GetHiroshima
    Participant

    Thank you very much Andy.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Show only thumbnail, postname AND tags on frontpage’ is closed to new replies.