Title: Subscribe by default
Last modified: August 22, 2016

---

# Subscribe by default

 *  [curiouswriter](https://wordpress.org/support/users/curiouswriter/)
 * (@curiouswriter)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subscribe-by-default/)
 * Hi,
 * I know that we can’t force readers to subscribe to our blogs but is there any
   solution that the box for follow/subscribe to comments/ would be ticked by default?
 * _[ No bumping please ]_

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

 *  [helennatasha](https://wordpress.org/support/users/helennatasha/)
 * (@helennatasha)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subscribe-by-default/#post-5589071)
 * Assuming that you are using the JetPack plugin and that your visitors will have
   JavaScript turned on, the following code should work (I have tested it. It works
   for me). Place it in your functions.php file.
 *     ```
       function subscribeByDefault() {
       ?>
       <script type="text/javascript">
       (function($) {
          $(document).ready(function() {
       	 $('#subscribe_comments').attr('checked', 'checked');
       	 $('#subscribe_blog').attr('checked', 'checked');
          });
       }) (jQuery);
       </script>
       <?php
       }
       add_action('wp_footer', 'subscribeByDefault');
       ```
   
 * If you are using a plugin other than JetPack, you will need to find the ‘id’ 
   of the checkbox in your source code and substitute it for what follows the # 
   sign in the code above.
 *  Thread Starter [curiouswriter](https://wordpress.org/support/users/curiouswriter/)
 * (@curiouswriter)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/subscribe-by-default/#post-5589105)
 * Thanks a lot for your reply. Greatly appreciated!
    Will try this and would update!

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

The topic ‘Subscribe by default’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [curiouswriter](https://wordpress.org/support/users/curiouswriter/)
 * Last activity: [11 years, 5 months ago](https://wordpress.org/support/topic/subscribe-by-default/#post-5589105)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
