Forums
(@cbennett)
12 years, 3 months ago
Support for Short Codes and Iframes could be very useful.
I modified my template and got it working by adding the_contant() under the do_action(‘__loop’)
<?php do_action('__loop'); ?> <?php the_content(); ?>