views:

28

answers:

1

hi all,

i have developed a wordpress theme with header, footer, sidebar, index, page, single and 404.php files. Now i want to add a gallery with lightbox effect to my site. i have tried lightbox plus, WP jQuery Lightbox and a few more plugins but none of them seems to work.

Can you please help me..?

Its really very urgent....

Thanks in advance

A: 

Did you include <?php wp_head(); ?> in header.php? That's the hook that many plugins use to load scripts and CSS files.

And use Firebug to see what's loading, or not.

songdogtech
thanks a lot... i put <?php wp_head(); ?> and it started working....
Rachel