Hello!
I want to put this galley in to footer, but if i put the shorcode in to footer.php it isn't working, just print the shortcode.
Are there any way to work this in the footer?
Thanks
Hello!
I want to put this galley in to footer, but if i put the shorcode in to footer.php it isn't working, just print the shortcode.
Are there any way to work this in the footer?
Thanks
You can insert any shortcode for any plugin into a template using the following (enclosed in standard PHP tags):
echo do_shortcode('[shortcode option1="value1" option2="value2"]');
Thanks BStofko!
You must log in to post.