Viewing 1 replies (of 1 total)
  • Plugin Author WPTrashPanda

    (@jprescher)

    Make sure you have the following in you functions.php file.

    <?php
    add_filter('widget_text', 'do_shortcode');
    ?>

    You can also add the following directly into your sidebar.php file:

    <?php
    echo do_shortcode('[mcsignup]'); // MailChimp Sign Up Form
    ?>
Viewing 1 replies (of 1 total)
  • The topic ‘Trouble Installing’ is closed to new replies.