In my old WordPress theme I’ve a special function that allow to insert a YouTube video with iFrame in the right side of Portofolio Posts.
But now I’ve to insert into this place (for each portfolio posts) a simple shortcode (different for each portfolio post) for a web audio player like this [disk_player id="2513"]
.
This code cannot be read and it results as a simple line of text. Also the equivalent php code for the shortcode cannot be read (like this <?php echo do_shortcode('[disk_player id="2513"]'); ?>
.
I’ve also tried to add [raw] ... [/raw]
tags before and after code but it doesn’t work.
Can you help me to force the reading of the shortcode in this field?
Big thanks to everyone.
P
This is the code of right column:
And the theme is the 1st version of this: http://demo.oboxsites.com/retail-therapy/ (really different from mine).
Thank you