Archived topic
Theme file - Add shortcode from plugin
1 reply · Started by Patrik on January 25, 2020
Hi,
Many plugins say you can ad their shortcode to "theme"
"To display your slideshow, add the following shortcode to your page. If adding the slideshow to your theme files, additionally include the surrounding PHP code."
On one page i display all of my posts and tried two different plugins,
Search & Filter and seems like Content Views also have this function.
So example:
<?php echo do_shortcode('[metaslider id="XXX"]'); ?>
Why do you want it to Theme?
How and where do i do it?
Many thanks,
Patrik
Hi there,
simplest way to add it to the Theme is to use the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/