• 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)
  • Have a look at the source code for the widget and use that in your file.

    <?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.