Title: add subscription form below post content
Last modified: August 20, 2016

---

# add subscription form below post content

 *  Resolved [omoutfitters](https://wordpress.org/support/users/omoutfitters/)
 * (@omoutfitters)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-subscription-form-below-post-content/)
 * Hi there,
 * I’d like to add a jetpack subscription form below the content of every post. 
   I know you can add the shortcode [jetpack_subscription_form] to add the form 
   to “any” post or page. I’d like to know where I can put the shortcode to add 
   the form to “every” post, not page, just below the content of the post. Ideally
   both in individual posts as well as the blog-style homepage.
 * [http://www.girlwithblog.net](http://www.girlwithblog.net) is the site I’d like
   to add this on.
 * [http://wordpress.org/extend/plugins/jetpack/](http://wordpress.org/extend/plugins/jetpack/)

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

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [13 years, 3 months ago](https://wordpress.org/support/topic/add-subscription-form-below-post-content/#post-3564461)
 * You could use `do_shortcode` to insert the shortcode in your `single.php` template,
   right under the content.
 * `<?php echo do_shortcode( '[jetpack_subscription_form]' ); ?>`
 * You can read more about this function here:
    [http://codex.wordpress.org/Function_Reference/do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode)
 *  Thread Starter [omoutfitters](https://wordpress.org/support/users/omoutfitters/)
 * (@omoutfitters)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/add-subscription-form-below-post-content/#post-3564548)
 * Thanks!

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

The topic ‘add subscription form below post content’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [subscription form](https://wordpress.org/support/topic-tag/subscription-form/)

 * 2 replies
 * 2 participants
 * Last reply from: [omoutfitters](https://wordpress.org/support/users/omoutfitters/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/add-subscription-form-below-post-content/#post-3564548)
 * Status: resolved