• Hi everyone!

    Been roaming through the editor trying to find out what piece of code to remove so I don’t get the giant “Comments are closed” text at the bottom of every page. No luck.

    Been looking through the forum here and on other places around the web, but can’t find a solution.

    Someone help this beginner at wordpress?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You could just hide that text with custom CSS.

    The hatch theme has a class in the <p> tag which you can use as so:

    .comments-closed {
    display:none;
    }

    I haven’t tested this out, but if should work. Otherwise, that content can be found in the comments.php template. You can modify that template if you wish or make the change in your child theme which is safer.

    Thread Starter CaptainAskew

    (@captainaskew)

    Thanks for the quick reply, Christine!

    I tried putting your code in my custom css, but the “comments are closed” remain. No luck with changing any code in the comments section or comments.php

    I can’t locate the problem. It’s still there even if there’s no code at all in the comment code editor.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Hatch] Comments are closed’ is closed to new replies.