Removing "comments closed" from the bottom of a page

  • digitalsingularity

    #690

    In the graphene theme, how do I remove the “comments closed” text from the bottom of a page? I’ve been looking through the php files like “comments”, but I haven’t seen a reference to this yet. Any thoughts would be appreciated. Thanks.

    Admin

    Syahir Hakim

    #13264

    The “Comments closed” text is only shown if there’s already some comments on a page, but the commenting feature has been disabled. It won’t show it otherwise.

    bumpa

    #13265

    I don’t want it there because it makes my site look like a blog and it’s not….

    is it a secret? 🙂

    bumpa

    #13266

    the solution: remove the “comments_template” line from loop.php

    Admin

    Syahir Hakim

    #13267

    Have you tried the settings in Graphene Options > General > Comments Options ?

    Mod

    Kenneth John Odle

    #13268

    Use custom CSS:

    #respond {display:none}

    This has the advantage that whether you disable comments or not, neither the comment entry box nor the “comments are closed” message will appear.

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

  • You must be logged in to reply to this topic.