• Resolved jaspreet51

    (@jaspreet51)


    I had been using wordpress default author box. Then I installed this plugin and set everything as per requirement. Now I get thw author box perfectly as per my requirement, but it doesn’t hides the default wordpress plugin, due to that, two plugin appears below the post. You may have a look at the one from the link
    https://www.gkbullets.com/demo-post3/
    Red one is from plugin, and yellow one is from wordpress.
    What to do now?

    • This topic was modified 8 years, 3 months ago by jaspreet51.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @jaspreet51,

    If you have the option to disable it in your theme’s options then do that. If not, then you can hide it by adding the following code in Appearance -> Customize -> Additional CSS:

    .blog-post-author {
        display: none;
    }

    All the best,
    Mihaela

    Thread Starter jaspreet51

    (@jaspreet51)

    Works perfectly fine.
    Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Author Box Appearing Twice’ is closed to new replies.