Reply To: php & shortcode help

Home Forums Support php & shortcode help Reply To: php & shortcode help

Home Forums Support php & shortcode help Reply To: php & shortcode help

#106369
Tom
Lead Developer
Lead Developer

And this doesn’t work?

<?php if ( is_front_page() ) : ?>
      <?php echo do_shortcode('[advps-slideshow optset="1"]'); ?>
<?php endif; ?>

How about this?

<?php if ( is_front_page() ) : ?>
      [advps-slideshow optset="1"]
<?php endif; ?>