placeholder in php file
-
Hello,
I need to display Single Date/time, location, category and location map in a single.php file using <?php echo do_shortcode ?>
NOTE: The shortcode is to display only for the single events
I had tried with these:
<?php echo do_shortcode(‘[#_LOCATIONNAME]’); ?>
<?php echo do_shortcode(‘[#_CATEGORYNOTES]’); ?>
<?php echo do_shortcode(‘[#_LOCATIONMAP]’); ?>
But this doesn’t work.Is there a way to display the event placeholder using php shortcode??
Thank you in advance.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘placeholder in php file’ is closed to new replies.