Feb 12 2013 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. About these ads Share this:TwitterFacebookLike this:Like Loading...
interesting post …
i like it