Categories
How to insert a shortcode into a file?
You need to integrate the short code into the page, but you need to do it specifically in the php file. How to do it? I tried just pasting it, but then it just comes out as text.
Answer the question
In order to leave comments, you need to log in
do_shortcode
<?php echo do_shortcode(... ); ?>
<?php echo do_shortcode( '[contact-form-7 id="11" title="Contact Form 7"]' ); ?>
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question