Similar Plugins
- Keyword Tags
- Get Random Posts
- Multiple Random Images
- Post Avatar
- Ping/Track/Comment Count
- Related Posts RPC
- Random Image Gallery
- EmbedTheVideo Plugin
- Fun with Uninstallation
- Image Scaler
- WP-GreyBox
- WP-Lytebox
- Exifer
- Post Content Filter
- CharCounter
October 22nd, 2007 at 1:49 pm
Andrew,
Thank you for this plugin. Because I am not versed in code, I have no idea how or where to insert the code you give as examples on your site. I want to show 6 pics at once in my sidebar. I’ve placed your code into sidebar.php as shown below:
query_posts(’category_name=resources&showposts=6′);
while(have_posts())
{
the_post();
$image_tag = gpi_get_image(0,”http://www.myserver.com/default.jpg”);
$url = get_permalink();
echo “$image_tag“;
}
?>
For some reason this completely closes down my sidebar - ie, the sidebar completely disappears. What am I doing wrong? Please help! Thanks so much.
Dwayne