I’m trying to use a shortcode supplied by my theme on the welcome page (list building – welcome message), but it is not working. The shortcode works on other pages of my website.
I did try and copied subscriptions/page_alternate.php to /extensions/newsletter/subscription/page.php and replaced <?php echo $message; ?> with <?php echo do_shortcode($message);?> to no avail.