shortcode

Enable shortcode in custom fields

Paste this code where you want to run shortcode in you theme’s file.

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

Replace add_shortcode with the name of custom fields where you want to show shortcode.

add_shortcode_in_custom_field

About these ads

One comment on “Enable shortcode in custom fields

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s