Just a plain intergration

thee17

Joined: 2007-09-05
Posts: 5
Posted: Wed, 2007-09-05 02:28

I'm just looking for the place to paste in gallery2.

<?php require('../wp-blog-header.php'); ?>
<?php get_header(); ?>
<div class="content">

-and-

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

puting it in the .tpl file doesn't seem to work, and I really don't want the user intigration that wpg2 does, also to doesn't look the best with my theme.

I already have all the css stuff in my wp gallery, had have pasted the outputed HTML in the .tpl file but woulf like the dynamimicness that this code would offer.

Login or register to post comments
capt_kirk

Joined: 2006-01-24
Posts: 489
Posted: Wed, 2007-09-05 04:30

It's not very straight-forward. That's why we've already done all the work in WPG2. If you really want to do it yourself, here is the Codex Documentation: http://codex.gallery2.org/Gallery2:How_to_visually_embed_G2_in_your_own_website_using_embedded_mode

Login or register to post comments