Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter captaincainer

    (@captaincainer)

    I’ve tried adding “‘raw’ => true” to the metabox type=text and it still fails.

    Thread Starter captaincainer

    (@captaincainer)

    I fixed this by using do_shortcode…

    <?php
    $tablecell19 = rwmb_meta( 'tb_comparisontable19_cell', 'type=text' );
    	foreach ( $tablecell19 as $cell ){ ?>
    		<td>
    		<?php echo do_shortcode( $cell ); ?>
    		</td>
    <?php } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘displaying SHORTCODE’ is closed to new replies.