3

I am using WordPress with the Visual Composer plugin along with the Templatera plugin. I have created a template called footer. Instead of adding the template to every WordPress page (Home, About, Contact Us). Is their any way to create a shortcode to pull the Tempatera template in the Page Attributes Template file?

Kyl
  • 45
  • 2
  • 10

1 Answers1

0

This is old but like any WordPress shortcode, you can call it directly in the template by doing <?= do_shortcode('[templatera id="TEMPLATE_ID"]'); ?>

Keith Petrillo
  • 151
  • 3
  • 17