Tag Cloud on Single Post

  • Posted in : Bloggy WP
  • HeyMimi
    Participant

    I’d like to remove the tag cloud on the single post pages, because it puts too much stuff between the post and the comment section. With all the “previous-next posts”, tag cloud, share this, related posts stuff … it pushes any view of the comment box two screens down the page.

    On a masonry blog, I can’t find any way to make a reference to comments, or number of comments appear anywhere in the top fold. (Only the side bar shows recent comments, but not specific to the post being viewed).

    I tried the solution posted on WP Read forum (sometimes other pixelwars WP themes customization will work on Bloggy too … I’m glad we have access to those threads!) But this time, the wpRead css didn’t seem to work to Bloggy theme.

    Any advice on how to remove display of the tag cloud on Bloggy WP? Thank you!

    Mehmet S.
    Keymaster

    Hi, use these in your custom css field:

    1 – Remove tag cloud:

    body.single .post-tags { display: none; }
    

    2 – Show number of posts on the masonry blog:

    .blog-masonry .entry-meta { display: block; }
    
    HeyMimi
    Participant

    Perfect! Just what I was trying to do. Thank you, Mehmet!

    Mehmet S.
    Keymaster

    You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register