Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorbjornart
    • CommentTimeDec 1st 2008
     
    I have tried integrating plogger here:
    http://www.trondsen.org/gallery/
    It looks a bit strange doesn't it.
    Here's the code for index.php for Plogger:
    <?php require('../wp-blog-header.php');
    require('gallery.php'); ?>
    <?php get_header(); ?>

    <div id="content" class="narrowcolumn">

    <?php the_gallery_head(); ?>
    <?php the_gallery(); ?>

    </div>
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>


    Am I missing something? I followed the instructions here:
    http://livingos.com/2007/02/26/integrating-plogger-into-wordpress/