Comments in Pages

Posted in: Newspaper
Post count: 64

Where is this Emil?

Post count: 64

I just copied page.php, renamed it to page-disqus.php. This is now a seperate template that looks just like the default.

added:

<?php
/*
Template Name: disqus
*/
?>
<?php
/*  ----------------------------------------------------------------------------
    the page disqus template
 */

and changed

//set the template id, used to get the template specific settings
$template_id = 'disqus';

finally the most important:

<?php comments_template(); ?>

after the "?>" before the </div> about line 112 (just before get_sidebar() <div>)

Post count: 555

I tried the tips above from @Marius and it work great…

Viewing 3 posts - 26 through 28 (of 28 total)
The forum ‘Newspaper’ is closed to new topics and replies.