• I have two problems. I want to delete the “Blog Traffic” section on my site. I also want to remove the “Leave A Comment” section from my website. Even if I turn off allow comments, the section is still at the bottom of my pages.

    So, if you can help me with this, I would really appreciate it. I’ve tried looking up help online & can’t find anything that works.

    Thanks.
    http://www.juliaormondfans.com – this is my main page if you need to see the sections I am speaking about.

Viewing 2 replies - 1 through 2 (of 2 total)
  • From looking at your source code, I think that your blog traffic is a widget. I would look under appearance > widgets and see if it’s there.

    For the comments, you’ll need to edit the template.

    Look at the page.php of your theme and look for this –

    <?php comments_template(); ?>

    Just delete that line or change it to <?php //comments_template( ”, true ); ?>

    Good luck

    Thread Starter jkofans

    (@jkofans)

    Thank you! The widget removal worked.
    I can’t find that code in the page.php, single.php or theme. So I will have to keep looking through the files.

    Thanks for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog Traffic Section AND Leave A Comment’ is closed to new replies.