Hello!
I would like to use the Shadowbox JS Plugin in my template pages. So I added the "rel="shadowbox""-attribute to a link in the file archive.php...
But the link isn't opend in a popup. Here's the code:
<?php
echo '<a href="'.get_bloginfo("template_directory").'/tagcloud.php" rel="shadowbox">By tag</a>';
?>
The code was shortened of course, the file contains over 100 lines of code...
Thanks in advance for every help :)
Greetings, Jonathan