Hello,
I'm sure this question has already been asked but I don't see any search capabilities in this forum:( I looked on the WP support forums on how to make commenting available on pages. It said to paste the "comment template" PHP code from single.php to page.php. I have tried this multiple times including and excluding multiple segments of the code with no luck. is there a special way to do this with the Xplosive theme? I would appreciate any help or advice:) Thanks!!!
-Justin
Blog Oh! Blog Forums » Wordpress Themes
Add Commenting on Pages in Xplosive
(2 posts)-
Posted 3 months ago #
-
In the Xplosive theme, open the page.php file and insert the following code
<?php comments_template(); ?>just before this code
</div>
<?php endwhile; ?>Posted 3 months ago #
Reply
You must log in to post.
