• I want to create a guestbook using the Paged Comments plugin. What I have done is that I have created a Page in the admin panel. I have added a template name to the php file of the Paged Comments-plugin. This template name I am calling in the admin panel under Page Template. But when I view the Page it’s blank.

    Can somebody tell me what I am doing wrong? Or does somebody have a better idea to create a guestbook? I also want to display the comments thta already have been placed on my blog.

    Thanks for your support.

Viewing 1 replies (of 1 total)
  • fidelisharefa

    (@fidelisharefa)

    You must created guestbook.php

    Open page.php with your text editor.

    Add this:

    <?php
    /*
    Template Name: GuestBook
    */
    ?>

    at the first line.

    And…

    <?php comments_template(); ?>

    above the <?php get_sidebar(); ?>

    Save as this as “guestbook.php” and upload to “wp-content\theme\your theme activated”

Viewing 1 replies (of 1 total)
  • The topic ‘Creating guestbook with Paged Comments plugin’ is closed to new replies.