Hi. I've just installed YARPP, but I get an error when I use the yarpp-template-photoblog.php file. All the other templates seem to work fine, but i'd really like to have photos in my related links.
This is the error I'm getting:
Warning: Missing argument 1 for yapb_get_thumbnail(), called in /home/pixeln5/public_html/wordpress/wp-content/themes/pixelnpaper/yarpp-template-photoblog.php on line 10 and defined in /home/pixeln5/public_html/wordpress/wp-content/plugins/yet-another-photoblog/lib/includes/YapbTemplateFunctions.php on line 131
My understanding of PHP is very rudimentary. Any tips on what's causing this and how I can fix it?
I'm using YAPB Version 1.9.20
and I've tried YARPP Versions 3.0.6 and 3.0.7b1
I will say this, when I changed <?php yapb_get_thumbnail(); ?> to <?php echo yapb_get_thumbnail(); ?> the thumbnail showed up, but the error still showed up as well. I don't know if that means anything.
Thanks!