Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #991491
    drmodiho
    Participant

    Hello,

    Hope you can help me with the following issues with my blog posts.

    1. I like to customize the meta features of the posts. Is it possible to delete the “leave a comment”? As well I like to remove the “/” behind the date. Can I put a custom name for author? Is it possible to remove the icons of the meta tags?

    2. How can I add a line underneath the title and the meta tags? Like here: https://2bier.de/

    Thanks in advance for any help.

    Best regards,

    Moritz

    #991492
    drmodiho
    Participant
    This reply has been marked as private.
    #991817
    Rue Nel
    Moderator

    Hello Moritz,

    Thanks for writing in!

    #1] We need to add a custom function to modify the post meta. To remove the “leave a comment”, “/” and the icons of the meta tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .p-meta>span:after {
        content: "";
    }
    
    .p-meta>span i,
    .p-meta>span:last-child{
        display: none;
    }

    If you want to display a custom author name, you need to edit the username by going to Users > Your Profile. You have to insert a nickname and select which will display publicly.

    #2] To add a line under the title and the post meta tags, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .blog .entry-header,
    .archive .entry-header {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    Please let us know if this works out for you.

    #997339
    drmodiho
    Participant

    Hey Rue Nel,

    awesome. This all worked great! Thanks so much for your great support, like always :)))

    Best regards,

    Moritz

    #997375
    Thai
    Moderator

    Glad we were able to help 🙂

    If you need anything else please let us know.

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