how to include shortcode inside custom fields of wordpress

  • 0

use short code below:

<?php echo apply_filters(‘the_content’, get_post_meta($post->ID,’shortcode’, true)); ?>

where shortcode field is custom field name.

use short code below: <?php echo apply_filters(‘the_content’, get_post_meta($post->ID,’shortcode’, true)); ?> where shortcode field is custom field name.

use short code below: <?php echo apply_filters(‘the_content’, get_post_meta($post->ID,’shortcode’, true)); ?> where shortcode field is custom field name.

Leave a Reply

Your email address will not be published. Required fields are marked *