Thanks ! it’s works !
However : the text ‘[/wppa]’ appears under the photo
(I’ve delete it in the code)
Version of WP Album : 4.7.4
Version of WordPress : 3.1.4
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
}
?>