Not signed in (Sign In)

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

    • CommentAuthorgocsp
    • CommentTimeApr 19th 2007 edited
     
    Hello,

    i want to include Plooger into a site (www.easyriderskate.de), but i hava a problem with the addresses, because i include the content - know someone a method to include plogger correct?

    here is the site: http://www.easyriderskate.de/new/?include=galerie&sektion=galerie

    thank you
    • CommentAuthorGremi0
    • CommentTimeJun 20th 2007
     
    all you need to have on any page to have it load your gallery is the following.. build you page around it.

    <?php include("gallery.php"); ?>
    <head>
    <?php the_gallery_head(); ?>
    </head>
    <body>
    <?php the_gallery(); ?>