Thread Starter
Pedro
(@ccpedro)
Hi, I put the following code <?php echo do_shortcode( '[advps-slideshow optset="1"]' ); ?> in the main page. Even so, it’s exclude the most recent post.
The solution that I got was delete the code: $exclude[] = $current; from line 343 of advanced-post-slider.php.
Thanks for the fast reply!