Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1127241
    joelmadasu
    Participant

    Hi,

    I want to remove JUST the post date and category, but leave the author name in the metadata. How can I do that?

    Thank you!

    #1127336
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1128172
    joelmadasu
    Participant
    #1128369
    Rupok
    Member

    Hi there,

    It seems you already removed that? Would you point us from where you want to remove them? Blog page o r Single post? I can’t see meta data there.

    Thanks!

    #1130040
    joelmadasu
    Participant

    Hi, I found some code on your forms and copied/pasted it in the custom CSS. What it did was, removed ALL the metadata. But I want to keep the “name” like, who posted it (author name) and remove the date, month and category. Is this possible? For example, if I post a new post, I only want my name (or author’s name) in the metadata and NOT the date, category etc.

    Hope I am making sense!

    #1130376
    Rue Nel
    Moderator

    Hello There,

    Thank you for the clarifications. To resolve your issue, please remove this custom css code block first:

    .p-meta {
        display: none;
    }

    You will need to replace it with this code instead:

    .site .p-meta span,
    .site .p-meta span:after{
        display: none;
    }
    
    .site .p-meta span:first-child,
    .site .p-meta span:nth-child(1){
        display: inline-block;
    }

    Please let us know if this works out for you.

    #1132525
    joelmadasu
    Participant

    Thank you!

    #1132526
    Nico
    Moderator

    You’re most welcome.

    Feel free to ask us again.

    Thanks.

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