Plugin Author
Tom
(@edge22)
Thread Starter
hillik
(@hillik)
thanks so much Tom.
I’m adding [widget id=”lsi_widget-2″ title=”New title”] to the footer.php
but I’m only showing this line of code instead of the actual widget in the site’s footer.
more thoughts?
Plugin Author
Tom
(@edge22)
To use shortcodes in PHP files, you need to do this:
<?php echo do_shortcode('[widget id="lsi_widget-2" title="New title"]'); ?>