Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
how can i use the shortcode in the php file?
bblieren
February 2017
in
Theme support
how can i use the shortcode in the php file? thanks.
Comments
Albert
February 2017
Hi,
to use shortcodes in php file, you need to use
do_shortcode()
function.
bblieren
February 2017
like use :
<?php echo do_shortcode("[contact-form-7 id="271" title="Contact form"]"); ?>
in the php file?
But the site can't open when i put it in the php file.
Bryan
February 2017
Try using this:
<?php echo do_shortcode('[contact-form-7 id="271" title="Contact form"]'); ?>
If this does not work please provide us with a screenshot of the code you are putting this shortcode into.
bblieren
February 2017
thanks. it's ok now.
Albert
February 2017
You're welcome
Sign In
or
Register
to comment.
Comments
to use shortcodes in php file, you need to use do_shortcode() function.