how to execute shortcode on user page ?
-
Hi,
I’d like to execute a shortcode on the user presentation page, but it has to be in a template file, because the SC dynamically includes the user ID…
i.e. I’d like shortcode [my_sc id=”12″] for user #12, so I’m looking for the PHP file where I can add a line like :
do_shortcode('[my_sc id="'.$id.'"]');
Which file can I modify in my child theme ? Or is there a theme setting that would do the trick ?
Thanks !
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘how to execute shortcode on user page ?’ is closed to new replies.