shortcode help –
-
Hi guys,
What is required to show shortcode? I have the following, but is not parsing. Ideally, the shortcode can be changed within wp admin, at page level, so I cannot hardcode it in the page template. Thanks for your help.
<?php while ( have_posts() ) : the_post(); ?> <?php the_content( ); ?> <?php $cmb_f = get_post_meta( get_the_ID(), 'panel_box_descf3', true ); echo esc_html( $cmb_f ); ?> <?php endwhile; // end of the loop. ?>The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘shortcode help –’ is closed to new replies.