U
U
urajo2018-02-28 17:47:52
WordPress
urajo, 2018-02-28 17:47:52

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

1 answer(s)
H
HamSter, 2018-02-28
@urajo

do_shortcode

<?php
  echo do_shortcode(... );
?>

For example for Contact form 7:
<?php
  echo do_shortcode(
    '[contact-form-7 id="11" title="Contact Form 7"]'
  );
?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question