Suscription questions
-
Hi!
I want to know where I can see the number and the emails of the people that suscribe my blog.
And also want to know if I can choose that some post don´t be sent by email (like an exclude category or something).
And the last thing, if I can put below a post the option of suscripction.Thanks as lot!
(I´m using the Expound theme)
-
I want to know where I can see the number and the emails of the people that suscribe my blog.
You can follow the instructions here to access your subscriber list:
http://jetpack.me/support/subscriptions/#view-your-email-subscribersAnd also want to know if I can choose that some post don´t be sent by email (like an exclude category or something).
Yes, that can be done. You’ll need to use a code snippet including the slug of the category you want to exclude, and place that code snippet in your theme’s functions.php file. You can find examples of the code snippet here:
https://github.com/Automattic/jetpack/pull/2598I can put below a post the option of suscripction.
You can place the Subscription form shortcode at the bottom of your posts:
http://jetpack.me/support/subscriptions/#shortcodeIf you’d like to include that form under all your posts, you can use the
do_shortcodefunction in your theme:
https://developer.wordpress.org/reference/functions/do_shortcode/I hope this helps.
Hi Jeremy!!!
Thanks a lot for your help!!!! I m really thankful!
A few questions about this:1) I dont see the “site stats” in the dashboard, maybe is because i have desactivate the jetpack stats in the configuration? Thats because i read that it can have problems with google analytics stats (that i use). There is something i have to do before activate jetpack stats so i dont have any problems?
2) how can i add the code in the theme?
3) Where i have to add that code if i want to include that in all my posts?
Thanks a lot for your help!!!
maybe is because i have desactivate the jetpack stats in the configuration?
That would be it, yes. No worries though, Jetpack Stats does not interact at all with Google Analytics, or other stats services. You can use both services at the same time without any worries.
how can i add the code in the theme?
Where i have to add that code if i want to include that in all my posts?That depends on your theme. Typically, you’d have to place the code inside
single.php, below a function namedthe_content.Another alternative would be to use a plugin that hooks into that function instead. I built a small plugin to do that for you. You can install it by going to Plugins > Add New > Upload in your dashboard:
http://i.wpne.ws/d8JAHi Jeremy! I´m really thankful for your help! I install the plugin so I have the suscription form in all my post, it was great!!!
Just two more things:
– About the exclude category that dont be sent by email, its any way to do it without touching the code?– Before discovering Jetpack, i ve dowloades the plugin “Subscribe to Comments Reloaded”, now i can just eleiminate that and use the Jetpack option for that or would be any problem? Also the number of people that suscribes to comments is in statitics near the suscription users, but I can know for what post comments they suscribe?
Thanks a lot for your help!!!! You really help me a lot!!!!
About the exclude category that dont be sent by email, its any way to do it without touching the code?
No, you’d have to build a small plugin for that option as well. If you let me know the categories you want to exclude, I’m happy to build that plugin for you.
– Before discovering Jetpack, i ve dowloades the plugin “Subscribe to Comments Reloaded”, now i can just eleiminate that and use the Jetpack option for that or would be any problem?
You can, yes. It’s probably best not to use 2 different comment subscription systems, as your readers may be confused.
the number of people that suscribes to comments is in statitics near the suscription users, but I can know for what post comments they suscribe?
I’m afraid that option isn’t available at the moment, but I took note of your feedback, and we’ll consider making these numbers a bit more detailed in a future release!
Hi Jeremy! Thank you sooo much for your help!
The categories I want to exclude to be sent by email with the suscription are:
– Fotos de la semana
– Otros
– Más
– JR PassAnd one question: if I put a post in more than one category (one that is exclude and one that not) it ll be sent by email?
Thanks a lot for your helps and for your others answer! Yo are really helping me a lot 🙂
This should do the trick:
http://i.wpne.ws/dMqhIt’s worth noting that the plugin uses category slugs, and not category names, so your category slugs have to be as follows:
fotos-de-la-semana,otros,mas,jr-passIf they’re not, let me know what they are and I’ll update the plugin,
if I put a post in more than one category (one that is exclude and one that not) it ll be sent by email?
No, no email will be sent as soon as the post belongs to at least one of the excluded categories.
Thanks a lot Jeremy!! The slugs are those 🙂
I m really thank you for the help and the support you gave me! You really help me a lot!
Have a nice week
The topic ‘Suscription questions’ is closed to new replies.