I have integrated my plogger gallery with wrodpress (thanks to the help on here). I just have on tiny problem. I would like to remove the wordpress search from the sidebar because I found that it doesn’t work at all when I’m in the gallery. Right now I have this:
<?php if ( is_home() ) { ?>
display search
<?php } ?>
This works when I initially enter the gallery but once I click into an album all the stuff that should only show up on the first page of the blog pops up, but I really only want to take the wordpress search part off of the gallery not everything that isn’t ‘home’.