shortcode doesn’t work

Instead of using the shortcode in the editor, there is a function that executes the shortcode which you can use directly in php of the template for any page.

<?php echo do_shortcode('[contact_form]'); ?>

Leave a Comment