Forums
(@zaeo1137)
9 years ago
I solved this issue with another method:
<?php if( is_front_page() ) { echo do_shortcode(‘[URIS id=46]’); } ?>
Should be a nice alternative than modifying the plugin files, which will get overwritten with a new version.