I don’t know if using a child theme would make a difference, but I just changed this on mine by going to Appearance > Editor. Under “Templates” on the right side bar, click on “Comments” to see the comments.php code, find the words “Comments are closed.” and change them to whatever you like!
@zwaan –
It’s not a good idea to modify theme files – as any changes will be lost when the theme is updated. This kind of change should be made in a child theme – by putting a copy of the comments.php in the child theme and making the change there.
Alternatively, you can usually hide that line of text using CSS – but to be more specific, need to see the actual site.
Hi, just curious, is the theme updated very often? Would it not be just as easy to change the text again if it reverts to ‘comments are closed’ after an update?
Or is there another issue that I’m missing?
I’m fairly new to WordPress and have not yet investigated ‘child themes’; that’s the only change I made in the code.
Thanks!
Thanks for the support guys
zwaan, right now i’m just fixing bugs and adding minor feature requests. The theme got updated every couple of weeks but unless more bugs appear, this will slow down a bit. If you just changed that comment line, it would probably easier to do that again after an update.
However, child these are good practise, so you might check them out anyways.