• Hello,

    Is it possible to put a guestbook code inside a post/page and make it show that way.

    The reason I want to do this is so I can use it in tabbed content.

    I tried this code inside the page but it doesnt work:

    <?php if ( function_exists('vgb_GetGuestbook1') ) : ?>
       <?php echo vgb_GetGuestbook1(); ?>
    <?php else : ?>
       <?php echo "Guestbook is currently deactivated."; ?>
    <?php endif; ?>

    Thanks,

    Elliot

    http://wordpress.org/extend/plugins/wp-vipergb/

    [No bumping, thank you.]

Viewing 1 replies (of 1 total)
  • Still looking for a solution.

    I tried multiple ways of entering the code on the page but they are not working.

    Is this possible at all?

    I can put that code in a page template then set the page as the page template and that works but I would like to simply be able to enter it onto the page.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: WP-ViperGB] Code inside page.’ is closed to new replies.