Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1252317
    newskywebsites
    Participant

    This is odd and I’m thinking it might be an update issue? I’m running latest version of X, Cornerstone and child theme. Also WP 4.6.1. I just noticed on several sites that the post category on my blogs is no longer showing up in the meta for the posts this last month. Let’s use this sample: https://rasevic.com/about/blog/ Notice 11/10 and 11/7 posts have no category showing (and a category IS assigned). But the older posts do.

    I think it’s something with the CSS I got from your team to remove the author and comment count. When I delete that, the category reappears. Is this a known issue? Is there new CSS I should use?

    /* Remove Author & Comment Count on Blog */
    .p-meta > span:first-child, .p-meta > span:last-child, .p-meta > span:nth-child(3):after {
    display: none;
    }

    Thanks!
    Dawn

    #1252788
    Rupok
    Member

    Hi Dawn,

    The below code hiding the author and category :

    .p-meta > span:first-child, .p-meta > span:last-child, .p-meta > span:nth-child(3)::after {
      display: none;
    }

    If you are just trying to remove the author and comments count, update the code to following :

    .p-meta > span:first-child, .p-meta > span:nth-child(4), .p-meta > span:nth-child(3)::after {
      display: none;
    }

    Cheers!

    #1253307
    newskywebsites
    Participant

    Perfect! Thanks!

    #1253386
    Rahul
    Moderator

    You’re most welcome!

    Let us know if we can help with anything else.

    Thank you.

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