Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Paul

    (@paultgoodchild)

    when you say it didn’t work, what exactly was the outcome?

    Thread Starter mgp271gmailcom

    (@mgp271gmailcom)

    It didnt hide the content for the US. I have it set to show=”n” 🙁

    Thread Starter mgp271gmailcom

    (@mgp271gmailcom)

    It’s ok. I got it working now for the Avada Theme. Here’s what I did:

    <?php global $post; ?>
    <?php $content = $post->post_content; ?>
    <?php echo do_shortcode(‘[CBC country=”us, ca” show=”n” html=”none”]’.$content.'[/CBC]’); ?>

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘the content wrapped with php do_shortcode not working?’ is closed to new replies.