2014-12-06, 04:35:59
I'm trying to use this in a site's sidebar. I have the following code in my page template:
The other sidebar contents are displayed but the form isn't. What am I missing?
Code:
<!-- component start -->
<div class="section">
<?php get_component('sidebar');
echo $SimpleC->parse('(% simplec: formlang = en %)'); ?>
</div>
<!-- component end -->
The other sidebar contents are displayed but the form isn't. What am I missing?