Forums
(@triwiyono)
11 years, 9 months ago
Using <?php do_shortcode(“[numixslider id=’XX’]”); ?> only doesn’t work.
Add “echo” in front of the function.
<?php echo do_shortcode(“[numixslider id=’XX’]”); ?>
That is working on mine.