Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1203270
    Eric M
    Participant

    Would like the meta to only read “In “Category” by “author”, removing all dates, slashes, spaces and comments after that. This would be for all aspects of the blog (archive, single page, category archive, slider)

    #1203271
    Eric M
    Participant
    This reply has been marked as private.
    #1203331
    Thai
    Moderator

    Hi Eric,

    Please add the following CSS:

    .p-meta > span:after,
    .p-meta > span {
        display: none;
    }
    .p-meta > span:first-child {
        display: block;
    }

    Hope it helps 🙂

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