WordPress shortcodes in Template
-
Hi, just reading the following which seems to describe my problem;
http://pods.io/forums/topic/wordpress-shortcodes-in-template/
So I’m trying to insert a shortcode from another plugin into a pods template with some success as follows;
<?php echo do_shortcode(‘[gdrts_stars_rating type=”posts.pages” id=62]’); ?>
This works fine, but I want to pull in the current post id using your magic tags, so I try this;
<?php echo do_shortcode(‘[gdrts_stars_rating type=”posts.pages” id={@id}]’); ?>
This does not work. Is what I am trying to do possible? Is there another way to do this?
Best regards …
The topic ‘WordPress shortcodes in Template’ is closed to new replies.