Not signed in (Sign In)

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

    • CommentAuthorNaOH
    • CommentTimeOct 17th 2007
     
    Hi there,

    Love Plogger, first of all. I've hacked it out to completely how I would like, including the ability to order prints through Paypal and such. What I'd like, though, is a couple pages with a FAQ and maybe my bio and stuff.

    I'm using the Air theme, and can't for the life of me figure out how to make a page that loads the header, footer, a box for text to go in, and then the text itself. All I've been doing is taking picture.php, or something similar, scooping out all the stuff to do with the loading of the pictures themselves, and then trying to put just text in and it's not working.

    What do I need to do to make this happen? Thanks very much!
    •  
      CommentAuthorkent
    • CommentTimeDec 3rd 2007 edited
     
    Like this ?

    <?php require("gallery.php"); ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <?php the_gallery_head(); ?>
    </head>
    <body>
    <?php plogger_get_header(); ?>
    <h1>My Content</h1>
    <p>Hey !</p>
    <?php plogger_get_footer(); ?>
    </body>
    </html>
    • CommentAuthorgarael
    • CommentTimeDec 4th 2007 edited
     
    Posted By: kentLike this ?

    <?php require("gallery.php"); ?>



    <?php the_gallery_head(); ?>


    <?php plogger_get_header(); ?>

    My Content


    Hey !


    <?php plogger_get_footer(); ?>



    Sorry if I'm threadjacking here... I used this exact code and placed an htm file in the Plogger folder on my site. The gallery works fine, but am I supposed to see the gallery within the htm page based on the above code? It shows "My Content" and "Hey!" but not the gallery. Is the htm file supposed to go in the root folder where the Plogger files are located? What am I missing? Test page is here: http://www.demenshea.com/garyreesphotography/gallery/test.htm

    Thanks!
    •  
      CommentAuthorkent
    • CommentTimeDec 4th 2007
     
    You must name it test.php