Hey Dude, is there a way to get comments shown on pages?
I had a look into the loop-page.php and the code is not included.
I do not wanna break anything .... so i thought to ask if you can help me with that problem.
Hey Dude, is there a way to get comments shown on pages?
I had a look into the loop-page.php and the code is not included.
I do not wanna break anything .... so i thought to ask if you can help me with that problem.
<?php
//wordpress function that loads the comments template "comments.php"
comments_template( '/includes/comments.php');
?>
Works fine ;)
You must log in to post.