Hi,
I’ve tried this code below to display the photo of the day.
But the link (lightbox) on the picture is not present.
I can I do ?
Thanks (& congratulation for your plugins)
Version 4.7.4
<?php
if ( function_exists(‘wppa_albums’) ) { // wppa active
global $wppa;
$wppa[‘single_photo’] = ‘#potd’;
echo wppa_albums(”, ”, ‘450’, ‘left’); // 450px wide, left aligned
}
?>