REMOVE AUTHOR IN EXCERPTS OF "RELATED POST"

This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago ago by Rose Tyler

  • Avatar: Eprana
    Eprana
    Participant
    May 8, 2018 at 16:22

    Good afternoon.

    I have off the option of the blog layout “Show About author block “, and indeed the author does not appear in the entries.

    However, at the end of the post appear related post (so I wish) but they do appear the author.
    I wanted to know how I can remove the author of those excerpts.

    Thanks a lot.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 10, 2018 at 07:53

    Hello,

    Please add this code in Theme Options > Custom css:

    .posts-slider .meta-post {
        display: none;
    }
    

    Regards

    Avatar: Eprana
    Eprana
    Participant
    May 16, 2018 at 19:27

    Hy, Rose.

    I did it, but in the “related post” the author’s information and the date, still appear.

    Can I send you a screenshot of the page so you can see it?

    Or you can see it also at the end of this page

    https://www.rincondesilencio.com/meditar-es-un-viaje-alucinante/

    At the end of the page, the related posts appear (“artículos relacionados” in spanish). That’s where the information that I want to omit, appears (name of author and Date.

    Thanks.

    Ana

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 17, 2018 at 07:32

    Dear @Eprana,

    I do not see the code on your site via the console. Could you provide temporary wp-admin access in the Private Content area?
    Please note if you created child theme before 4.0 update you need to make changes in your child theme functions.php file – add one line http://prntscr.com/ikbhbt
    wp_enqueue_style( 'dynamic-css', get_stylesheet_directory_uri() . '/dynamic.css' );
    after that create an empty dynamic.css file in child theme directory.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.