Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1312366
    Prithvi Raj
    Participant

    Hi,

    My website looks like this now. (1.png)
    I want to change it to this. (2.png)

    I want only the title and the name of the author, I want to remove everything else.

    Please help.

    URL: http://www.alkalinedietindia.com/is-lethargy-holding-you-back-from-exploring-your-passions/

    #1312369
    Christopher
    Moderator

    Hi there,

    Please disable ‘Post meta’ under Customize -> Blog.

    Thanks.

    #1340838
    Prithvi Raj
    Participant

    Thank You

    #1340842
    Prithvi Raj
    Participant

    Is there a way to show only author name and disable everything else?

    #1341026
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! If you want to display the author name only in the post meta, please re activate it again. And then, you can add this under Custom > CSS in the Customizer.

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

    Hope this helps. Please let us know how it goes.

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