Support › Forums › Support (Legacy) › Using Pojo form shortcode in child theme template file › Reply To: Using Pojo form shortcode in child theme template file
07/04/2016 at 11:36
#1318
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>
