• Resolved buzzle

    (@buzzle)


    Hi Alex thank you for making this awesome theme… I have a question about pingbacks because i am trying to remove it and I go to Settings and Discussion then uncheck the allow trackbacks and pingbacks but still it didnt work… The post on my website still have pingbacks tab… Can you pls help me how can i remove it? Thank u…

Viewing 6 replies - 1 through 6 (of 6 total)
  • bdbrown

    (@bdbrown)

    Try adding this to your css:

    #comments li:nth-child(2) { display: none; }

    (dang code ticks didn’t work again)

    Thread Starter buzzle

    (@buzzle)

    Wow that works! Thank you so much @bdbrown that really helps a lot. God bless you.!

    bdbrown

    (@bdbrown)

    You’re welcome. Glad to help out.

    Hi,

    when I added the code to the css file, the pingbacks tab disappeared, but also some of the comments were “removed”. Changing the template brings the comments back. Is there another workaround, how the pingback tab can be removed?

    Same issue here as gouranga, Pingbacks tab removed but some of the comments (not all) are removed too, weird.

    Any other solution? Thanks!

    Try this css instead:

    #comments .comment-tabs li:nth-child(2) {
      display: none;
    }
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove pingbacks tab next to the comments tab’ is closed to new replies.