Hi All,
I've been struggling for hours now trying to get the SIG plug used in content-single.php of twentyeleven.
<?php
$ref = get_post_meta($post->ID, 'soundcloud1', true);
echo do_shortcode('[soundcloud id=$ref artwork=false playerType=html5]'); ?>
As you can see, the Soundcloud ID is stored in a custom field, so it can be recalled multiple times throughout the site. With this code, the player shows, but the track does not. It seems the $ref is not working, and I don't know how to get it to. Any thoughts?
Regards
Digiman