Not signed in (Sign In)

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

  1.  
    I have a site setup and have a page already in place for my gallery. I recently decided to use this and have uploaded it and set everything up. What I need to know is what code snippet can I add to my already in place work-gallery.php page to allow it to populate my gallery there.

    I'm using wordpress and I'm trying to just get it implemented quickly and I will look into creating a plugin soon for it.
  2.  
    I used the three lines of code to add my gallery to my site but when I click on an album it redirects me to the wrong place.

    My site url is setup like this http://www.mysitename.com/ which is a wordpress site. My plogger address is http://www.mysitename.com/plogger/.

    When I go to http://www.mysitename.com/gallery i can see the index.php page inside the plogger folder but when I click on an album i tries to go to http://www.mysitename.com/index.php....

    How can I make it look to the http://www.mysitename.com/plogger for the index.php page.


    The three lines of code that I added to my wordpress page are as follows:

    <?php require_once("plogger/gallery.php"); ?>

    <?php the_gallery_head(); ?>

    <?php the_gallery(); ?>