is this correct?will it work?
blockquote
<?php echo do_shortcode(get_post_meta($post->ID, 'demolink', true));?>
is this correct?will it work?
blockquote
<?php echo do_shortcode(get_post_meta($post->ID, 'demolink', true));?>
Whats in demolink? If it’s a download tag ([download id="x"]) then yes, it will parse.
You must log in to post.