Title: Error , Please help
Last modified: October 18, 2016

---

# Error , Please help

 *  Resolved [developerpavan](https://wordpress.org/support/users/developerpavan/)
 * (@developerpavan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-please-help-12/)
 * I installed this plugin and then from Admin > Appearance > Widget > , I have 
   placed in appropriate widget area.
 * Then added in function.php
 *     ```
       function custom_newslet() { 
           genesis_widget_area( 'home-foot-newsletter', array(
               'before' => '<div class="clearfix"></div><div id="newsletter-cont" class="site-footer"> <div class="wrap">',
               'after'  => '</div></div><div class="clearfix"></div>',
           ) );
       }
       add_action( 'genesis_before_footer', 'custom_newslet' , 5 );
       ```
   
 * But its giving error. The error is above code get interpreted all time which 
   causing error in whole application.
 * `<div class="clearfix"></div><div id="newsletter-cont" class="site-footer"> <
   div class="wrap"></div></div><div class="clearfix"></div>'`
 * Please help me to curb this error.
    -  This topic was modified 9 years, 7 months ago by [developerpavan](https://wordpress.org/support/users/developerpavan/).

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

 *  Plugin Author [storeapps](https://wordpress.org/support/users/storeapps/)
 * (@storeapps)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-please-help-12/#post-8328236)
 * [@developerpavan](https://wordpress.org/support/users/developerpavan/),
 * Why you have added above code in your theme? What error it is giving?
 *  Thread Starter [developerpavan](https://wordpress.org/support/users/developerpavan/)
 * (@developerpavan)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/error-please-help-12/#post-8328312)
 * [@storeapps](https://wordpress.org/support/users/storeapps/) Sorry, it was not
   an issue of your plugin “Email Newsletter & Subscriber”. Issue was from my side
   and now its resolved. Thanks for you reply and consideration.
 * Thanks
    -  This reply was modified 9 years, 7 months ago by [developerpavan](https://wordpress.org/support/users/developerpavan/).

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

The topic ‘Error , Please help’ is closed to new replies.

 * ![](https://ps.w.org/email-subscribers/assets/icon-256x256.png?rev=2274172)
 * [Email Subscribers & Newsletters - Email Marketing, Post Notifications & Newsletter Plugin for WordPress](https://wordpress.org/plugins/email-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/email-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/email-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/email-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/email-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/email-subscribers/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [developerpavan](https://wordpress.org/support/users/developerpavan/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/error-please-help-12/#post-8328312)
 * Status: resolved