• I just finishing adding and using Author Box Lite plugin and I also updated my user profile.

    When I looked at a post of mine, I see two exact author’s bio at the end of the post. How can I hide the last one not the one right above the “Related posts in my blog”.

    My site is https://www.thepracticalsaver.com and my theme is Fashionista.

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi
    You could simply make it display none
    #wpautbox-below {
    display: none;
    }
    add this to custom css if your theme supports it, or if you have access to ftp you could modify the stylesheet.

    Best practice will be to make a child theme and than modify the css, so in future you update your theme it wont remove your code.
    Cheers
    Robin

    Thread Starter thepracticalsaver

    (@thepracticalsaver)

    I did try the code, but it deleted the one above and the one at the bottom.

    Hello,
    Hope you are good today.

    The author box looks fine on my end, I only see 1.
    https://prntscr.com/9rx1vk

    Please advise,
    thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete of the author's bio’ is closed to new replies.