I don't know what [php snipped=1]
is supposed to do, but most times shortcodes return a value and you must echo them to output the value to the screen. Try this:
<?php echo do_shortcode('[php snippet=1]'); ?>
I don't know what [php snipped=1]
is supposed to do, but most times shortcodes return a value and you must echo them to output the value to the screen. Try this:
<?php echo do_shortcode('[php snippet=1]'); ?>