[Plugin: PTM AJAX Comments] Comments on pages – plugin not working
-
Let me show you the comment code in the page.php file first, so there’s no doubt about how the page is being generated – NOTE: I had to add some of the code, since I am posting comments on WP pages here..
<?php /* Template Name: Page Full Width */ ?> <?php get_header(); ?> <div id="main"> <div id="contentwrapper2"> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <div class="topPost"> <h2 class="topTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2> <div class="topContent"><?php the_content('(continue reading...)'); ?></div><strong> <div class="cleared"></div><small><?php edit_post_link('Edit this entry?','',''); ?></small> <div id="comment"><div class="cleared"></div> <?php comments_template(); ?> <ol class="commentlist"> <?php wp_list_comments(); ?> </ol></div></strong> </div> <!-- Closes topPost --> <?php endwhile; ?> <?php else : ?> <div class="topPost"> <h2 class="topTitle"><a href="<?php the_permalink() ?>">Not Found</a></h2> <div class="topContent"><p>Sorry, but you are looking for something that isn't here. You can search again by using <a href="#searchform">this form</a>...</p></div> </div> <!-- Closes topPost --> <?php endif; ?> </div> <!-- Closes contentwrapper2--> <div class="cleared"></div> </div><!-- Closes Main --> <?php get_footer(); ?>AFter installing and activating your plugin, I went to a pages that has comments, but did not see any changes.
Can you please offer a suggestion.
PS: here’s a link to the page.
Thank you for your help.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘[Plugin: PTM AJAX Comments] Comments on pages – plugin not working’ is closed to new replies.