Viewing 1 replies (of 1 total)
  • Plugin Author Golam Samdani

    (@samdani)

    Hi @vincenzino

    WordPress has a great function, do_shortcode(), that will allow you to use shortcodes inside your theme files. For example, to output Logos in a Theme file, you would do this: <?php echo do_shortcode(‘[gs_logo]’); ?>

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode in PHP’ is closed to new replies.