Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1235508
    powrider686
    Participant

    Hey there,
    On my site’s blog, http://henryebarr.wpengine.com/blog/, I’d like to hide the tags on the blog index, but not in the sidebar or on the individual blog posts. Currently they take up a large portion of the screen real estate.

    How might I achieve that?

    Thank you!

    Marcus

    #1235667
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .blog div#tag_cloud-3 {
        display: none;
    }

    Hope that helps.

    #1236033
    powrider686
    Participant

    Hey there,
    Thanks for that but not exactly what I was looking for.

    I’d like to leave the tag cloud on the sidebar, but remove the tags below each blog post on the blog index.

    I have attached a screenshot so you can see exactly what I’m talking about.

    Thank you!

    #1236330
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications! To remove the tags below each of the blog posts, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

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

    Please let us know if this works out for you.

    #1236862
    powrider686
    Participant

    Sweet, that did the trick. Thank you!

    #1237203
    Rue Nel
    Moderator

    You’re welcome!
    Thanks for letting us know that it has worked for you.

  • <script> jQuery(function($){ $("#no-reply-1235508 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>