• Resolved developerpavan

    (@developerpavan)


    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.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error , Please help’ is closed to new replies.