Forums
(@vikas6788)
10 years, 10 months ago
Hi,
You can not use shortcode like that. Right way to use this shortcode is:- <?php $content = “in this variable you can add your content”; echo do_shortcode( ‘[member]’ . $content . ‘[/member]’ ); ?>