Reply To: Using Pojo form shortcode in child theme template file

The support forum is open for members only. To add a topic or reply in the forum, please login or register.

Support Forum Moved
The Pojo Themes support has been transferred to a faster and more personal ticketing platform, so the forums are no longer active.
  • If you want to learn how to use Pojo themes, check out our extensive documentation guides.
  • Need help with using our themes? Contact us with a detailed explanation of your issue in the support page.
  • Have a pre-sale question or other inquiry? Feel free to contact us about it.

Support › Forums › Support (Legacy) › Using Pojo form shortcode in child theme template file › Reply To: Using Pojo form shortcode in child theme template file

#1318
Yaniv Wainer
Participant

That’s not what I’m aiming for.

In my custom footer.php I add a bit of HTML at the bottom, along with the shortcode for the form. But the shortcode doesn’t work.

<div class=”sliding-panel”>
<div class=”sliding-panel-btn”>
<div>צור קשר</div>
</div>
<div class=”sliding-panel-content”>
<?php echo do_shortcode(‘[pojo-form id=278]‘); ?>
</div>
</div>