Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End wordpress comments Re: wordpress comments

#69080
craigfarrall
Member

I can’t see on your website where you would need comments, as you don’t have any news / blog on there.

Well as wordpress comes with a comments.php file within the template (or should do anyway) then just call that template like so:

<?php comments_template(); ?>

But if they don’t have a comments.php file in the theme template, download another version of wordpress, and copy the file, and then call it.

Style it, and you are then good to go.