Title: subscribe2 form include without widget?
Last modified: August 19, 2016

---

# subscribe2 form include without widget?

 *  [progresst](https://wordpress.org/support/users/progresst/)
 * (@progresst)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/subscribe2-form-include-without-widget/)
 * How do I include the Subscribe2 form in for example the header.php instead of
   as a widget. Is there some sort of include I can do to make it show up wherever
   I want on the page?
 * Thanks!

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

 *  [Matt Robinson](https://wordpress.org/support/users/mattyrob/)
 * (@mattyrob)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/subscribe2-form-include-without-widget/#post-861064)
 * Have a look at the source code for the widget and use that in your file.
 *  [kb241](https://wordpress.org/support/users/kb241/)
 * (@kb241)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/subscribe2-form-include-without-widget/#post-861126)
 *     ```
       <?php $content = apply_filters('the_content', '<!--subscribe2-->');
       		echo $content; ?>
       ```
   
 * place that anywhere in your theme where you want the subscribe2 widget to appear

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

The topic ‘subscribe2 form include without widget?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [kb241](https://wordpress.org/support/users/kb241/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/subscribe2-form-include-without-widget/#post-861126)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
