Pages

Sunday, 17 November 2019

How to insert short code in wordpress pages and posts

do_shortcode()

This function is used to add shortcodes in post and pages on anywhere.You call it by any no of times you want.

Syntax

do_shortcode("[insertcode]")

Example

<?php echo do_shortcode("[wpdiscuz_comments]"); ?>

No comments:

Post a Comment