ThemeShaper Forums » Thematic

[closed]

Hididing entry-utility/meta on main page, not on single post

(7 posts)
  • Started 14 years ago by dew3000
  • Latest reply from stengl
  • This topic is not resolved
  1. dew3000
    Member

    As the title says, I would like to hide the entry-utility & entry-meta on my main page, but not on the single posts.

    Searched the forums, and couldn't really find what I was looking for, and the closest I got was this post (with 3 links)
    http://forums.themeshaper.com/topic/minimalism-hiding-metadata#post-6845

    Could anyone point me in the right direction on how to do this..

    thx

    Posted 14 years ago #
  2. Using the body class this can be done entirely with css.

    .home .entry-meta, .home .entry-utility { display:none }

    Posted 14 years ago #
  3. dew3000
    Member

    Exactly what I was looking for, thank you!

    Posted 14 years ago #
  4. darrendmiller
    Member

    What if you want to include certain things, like the post date, but not the author?

    Posted 14 years ago #
  5. darrendmiller
    Member

    Oh wait a second, sorry that was stupid, I just overlooked that it's all separated in the CSS

    Posted 14 years ago #
  6. stengl
    Member

    .home .entry-meta, .home .entry-utility { display:none }
    Works fine. BUT: How can you do the same for all kinds of search results?

    Posted 14 years ago #
  7. stengl
    Member

    Habs:
    .archive .entry-meta, .archive .entry-utility { display:none }
    Erst denken, dann posten ;)

    Posted 14 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.