WP | Show [shortcode] on page

<div class="MySlider_shortcode"> <?php echo do_shortcode('[rev_slider alias="Slide_1"]'); ?> </div> <!--or shortcode from custom meta box--> <?php echo do_shortcode(get_post_meta($post->ID, 'meta-textarea-nutrition', true)); ?>
This shows [shortcode] on page

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.