Page Title and Comment section

Viewing 11 posts - 1 through 11 (of 11 total)
  • #6975
    bonching0614
    Participant

    How can I remove the page title “Home” and the “Leave your comment” section on my home page? Thanks a lot for this wonderful theme.

    #6977
    anupau
    Participant

    I hope someone can advise, because I have the same problem. I love a lot pinboard theme!

    #6995
    Daniel Tara
    Keymaster

    There’s no option for this yet. You need to manually remove it from page.php and comments.php. Alternatively you can make a page template for the home page.

    #6999
    bonching0614
    Participant

    Hi Daniel, can you please give me the specific codes I have to delete? I’m not a big fan of HTML. Thanks

    #7016
    PeterPDX
    Participant

    bonching; to delete the page title and comments, open up the theme editor and find the page template you are using on that page, if default, then it is the “Page Template page.php”. PHP elements begin with Find the opening and closing elements that contain “the_title” and delete from . This will remove the title from that page template. To remove comments, I usually just do a quick edit of the page in the list of pages and deselect the “allow comments”

    Hope this helps

    #7018
    bonching0614
    Participant

    @PeterPDX Thank you so much! That helps a lot!

    #10870
    vest
    Participant

    It does not work. Comments section is still there at the bottom of a page, even though I have comments disabled. Is this a bug?

    #10872
    Alexander
    Participant

    To deactivate the comments try to add:

    #respond {
    display:none;
    }

    and to hide the page title:

    #current-location {
    display:none;
    }

    to your CSS.

    Cheers,
    Alexander @ http://www.mouseclick.com

    #10905
    vest
    Participant

    Does this CSS disable comments globally? What if I want to disable comments only on a specific page?

    #12458
    monkeyHill
    Participant

    Does anyone have an answer for this one? How can we disable comments on specific posts? I’m using this beautiful theme for an e-commerce site, so I want users to be able to add reviews on Products, but I don’t want to allow comments on my posts.

    #12459
    Mindscanner
    Participant

    Go to “all pages” select the page where you don’t want the comments and click “fast edit” now you have the option to select comments allow or not (untick)

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.