How to add shortcode in template for bootstrap grid system?
-
Hi, I need help on adding short code into template for bootstrap grid system.
I looked up https://gndev.info/shortcodes-ultimate/ this page, and added this code into my template file, but it seems like it wont work. It seems like the ones with / in front does not work. Please help!
<?php echo do_shortcode( ‘[su_row]’);?>
<?php echo do_shortcode( ‘[su_column size=”1/4″]’);?>
<?php echo do_shortcode( ‘[/su_column]’ );?>
<?php echo do_shortcode( ‘[su_column size=”3/4″]’ );?>
<?php echo do_shortcode( ‘[/su_column]’ );?>
<?php echo do_shortcode( ‘[/su_row]’ );?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add shortcode in template for bootstrap grid system?’ is closed to new replies.