Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    There’s an option in the Subscription Widget where you can check a box to “Show total number of subscribers?” – you may need to refresh your browser cache and clear your site’s cache if you’re using a caching plugin before the changes will be apparent.

    I hope that helps! Marking as resolved.

    Thread Starter djjoelyd

    (@djjoelyd)

    Sadly i need to be able to use it as a shortcode or php code as I need to add it in a certain part of the site which doesn’t allow widgets. Any ideas?

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    You can use the Jetpack form shortcode: [jetpack_subscription_form]. You can read more about it here:
    http://jetpack.com/support/subscriptions/

    To include this shortcode in a template file, you can use the do_shortcode function:
    http://codex.wordpress.org/Function_Reference/do_shortcode

    I hope that helps!

    Thread Starter djjoelyd

    (@djjoelyd)

    amazing, yes perfect, one final question. Is there a way to change the text to read just the number instead of ‘JOIN 10 OTHER SUBSCRIBERS’. Thanks.

    Plugin Contributor csonnek

    (@csonnek)

    Happiness Rocketeer 🚀

    No, as that’s hard coded into the PHP in Jetpack itself and we don’t have a filter that would allow you to easily modify that in your theme. We also don’t recommend changing the plugin files as every time there’s an update, it will break any changes you make.

    I hope that clarifies things!

    Thread Starter djjoelyd

    (@djjoelyd)

    thanks 🙂

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

The topic ‘Displaying Jetpack Subscribers’ is closed to new replies.