• Resolved olivermanning

    (@olivermanning)


    Hi,

    I’ve selected to have a subscribe form at the bottom of my site, but all I’m seeing on the front end is this:

    [blog_subscription_form title=”Get email updates” subscribers_total=”false” subscribe_logged_in=”” subscribe_text=””]

    I assume there’s something ever so slightly wrong with the code, but not being an expert, I don’t know what that is.

    What do I need to change?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    Hi, could you provide a link to your site please?

    The shortcode you provided above is for WordPress.com. Is your site on WordPress.com or is it self-hosted?

    If it’s self-hosted and you’re using Jetpack for your signups, you’ll need to make sure it’s correctly installed and connected, and consult the Jetpack documentation to see how to embed a subscription form, as the shortcode is different:

    https://jetpack.me/support/subscriptions/

    They also have a support forum, if you need further help:

    https://www.ads-software.com/support/plugin/jetpack

    Thread Starter olivermanning

    (@olivermanning)

    Thanks for the reply.

    My site is https://www.olivermanning.co.uk

    I’m using .org

    I didn’t have jetpack installed, have just installed it though, after reading your message.

    The Lacesz

    (@kardiweb)

    Perfect shortcode:
    <?php echo do_shortcode( '[jetpack_subscription_form title="' . __( 'Get email updates', 'singl' ) . '" subscribers_total="false" subscribe_logged_in="" subscribe_text=""]' ); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Subscribe form not showing up in SINGL theme’ is closed to new replies.