Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Powers

    (@nickpowers)

    Can you give me a specific example of what you are talking about? Where would the variable come from? How would it be passed to the page/post that has the shortcode in it?

    Plugin Author Nick Powers

    (@nickpowers)

    Spoke with David through email and ended up with the following solution

    <?php $uid=65; $shortcode = '[social-bio id=' . $uid . ']'; echo do_shortcode($shortcode); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Social Author Bio] Passing ID as variable for Author-Bio in popup’ is closed to new replies.