patrickvalmont
Member
Posted 2 years ago #
Hello all, I'm new to WP and WP Forum.
I have my own WP at http://www.patrickvalmont.com but slight problem.
As you can read from the tile it's something i've been waiting to do but I cannot understand how to, I followed instruction here and here but i still don't get it.
Reason I'm not understanding is because my page.php does not look like the one posted in the replies, so I'm confused, any help greatly appreciated.
This is my page.php
by the way I'm on WP2.8
Many thanks
cheers
Insert <?php comments_template(); ?> between the pages link and the closing div in your page.php
<div class="post-content">
<?php the_content('<p class="serif">Read the rest of this page »</p>'); ?>
<?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
<?php comments_template(); ?>
</div>
patrickvalmont
Member
Posted 2 years ago #
Ah, damn u good !! :D
It works now !! Many thanks Mercime, much appreciatted !!
cheers
great, click resolve on this topic :-)