• Resolved jbento

    (@jbento)


    On this page: https://www.oaktreeleadership.com/, I have these words at the top: TO READ AND / OR REPLY TO A POST, CLICK ON THE TITLE

    I have tried everything under the sun to delete this. I have turned off comments, and have found a plugin to disable comment, and I have gone into the single.php file and commented out the line: comments_template and nothing is working.

    Does someone know how to delete this text?

    Please help. It will be greatly appreciated.

    Thanks in advance!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Try going to Appearance > Widgets. I think there may be a widget that is being used somewhere.

    Hi,

    My assumtions would be this code might be one of the following areas:

    * Must be coming from some Widget as “Jose Castaneda” suggested.
    * Front Page/ Home Page template file (as this seems only appearing on home page)
    * Header.php (may be added with a condition to only appear to home page0

    jack randall

    (@theotherlebowski)

    it’s in a div with a class of textwidget so you could check your widgets (Appearance -> Widgets) and see what’s going on there or you could hide it using css…

    article.widget_text .textwidget
    {
    display: none;
    }

    and see if that gets rid of it.

    Thread Starter jbento

    (@jbento)

    Thank you all so very much.

    It was in the Appearance/Widgets area. One of the items had to be removed.

    I really appreciate all the help!

    jack randall

    (@theotherlebowski)

    cool, glad you got it sorted ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to delete this text’ is closed to new replies.