• Resolved leedog123

    (@leedog123)


    Hi,

    I am sorry if this has been discussed a million times but I am really struggling to remove the title from the top of each page and the comments box from the bottom of every page on my site! I am a relative newbie and have tried some of the suggestions I have found on the support site but none of them seem to work for me. I am sure it will be a simple mistake that I am making but it is driving me mad! I am using the EvoLve theme and my site is http://www.paiduksurveys.co.uk
    Any help will be greatly appreciated.
    Many Thanks,
    Lee

Viewing 4 replies - 1 through 4 (of 4 total)
  • You can remove it by commenting following code from single.php and page.php: <?php the_title(); ?>

    You can visit following documentation page for more details: http://codex.wordpress.org/Function_Reference/wp_title

    ——

    There is a checkbox to remove comments on bottom of every page, you should click screen options(on top rigth) and tick discussion if you don’t see the checkbox to remove comments.

    Have you definitely removed the following from the template?

    <?php wp_title(); ?>

    However, for SEO purposes it’s not advisable to hide the H1 title. Perhaps you could just change it to something suitable, like “get paid to take surveys!” instead of “Home”

    Alternatively you could just hide it with CSS. eg:

    .type-page .entry-title {
        display: none;
        float: left;
    }
    Thread Starter leedog123

    (@leedog123)

    Thanks very much for the help with the title, I can now remove it if I want to.

    I am still struggling to remove the comments box at the bottom of each page though. I want to remove the entire section so that people cannot comment. I have opened up the screen options section and unticked the comments box but that does not seem to remove the box. Any suggestions would be a massive help.

    Many Thanks,
    Lee

    In case anyone still wants an answer to removing the comments, While you are on a post or a page at the top right of your display there is Screen Options click on that to see the options you can show on the page in your back end. Click discussion and you can then scroll down to the discussion part of the post/page you are on and remove Allow Comments. You have to do it for every page but this is one way to do it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Removing Title and Comments box from pages’ is closed to new replies.