Replies: 0
Using the widget with this code provided by the plugin author breaks the site. Is this legit code?
<?php
$gallery_id = 1034;
$args = array(
‘limit’ = 1,
‘caption_title_source’ = ‘alt’
);
if ( function_exists( ‘foogallery_render_gallery’ ) ) {
foogallery_render_gallery( $gallery_id, $args );
}
?>