This is the current page layout php file:
http://pastebin.com/zcUvYb29
[Code moderated as per the Forum Rules. Please use the pastebin]
And here’s the comments.php file —
http://pastebin.com/KGZV6j5G
add < ?php comments_template( ”, true ); ?>
on your page.php between
<?php endwhile; endif; ?>
and
<?php if($sidebar_position != ‘none’
hope it helps
Unfortunately, adding that does not seem to be working. See:
http://frenchbulldogvillage.net/adopt-a-frenchie/currently-available-frenchies/dexter/
I’ll look and see if I’ve added it correctly….
OK, this seems to have done it:
<?php if(comments_open(get_the_ID())){ ?>
<p> </p>
<?php
comments_template();
?>
<?php } ?>
I lifted the comment tag from within the blog post template, and added it as you noted above.
THANK YOU!
I seriously appreciate everyone’s help with this. 🙂
(@frogdogz)
14 years, 9 months ago
Hello all, I’m hoping someone can help me with a theme issue I am having, since the template creator seems to no longer be offering any support.
I am using a WP theme which by default does not have comments appear on pages, even when ‘comments allowed’ is chosen as an option site wide. Digging into the templates, it seems comments are not included on the page layout.
Using 20-20, I can see the code that creates the comments on the bottom of a page, but I can’t figure out what I need to do/edit to make comments automatically appear on a page, with the appropriate page url named.
If, for example, I embedded this code on the page template —
[Code moderated as per the Forum Rules. Please use the pastebin]
Any comments added to any page on the site would post to the url named in this code.
So, what I’m looking for is the default code which adds comments to the page on which the comment code appears.
I hope that explanation makes sense 🙂
The site in question is actually this one:
http://frenchbulldogvillage.net