• After installing plugin into I-Spirit get the following:

    Fatal error: Cannot redeclare init_nx_recent_posts() (previously declared in /home/mumsandk/public_html/wp-content/themes/ispirit/inc/widgets/widget-posts.php:23) in /home/mumsandk/public_html/wp-content/plugins/templatesnext-toolkit/inc/widgets/widget-posts.php on line 21

    When I go to cpanel and check line 19,20 & 21 in the widget-posts.php says:

    // Register widget
    add_action( ‘widgets_init’, ‘init_nx_recent_posts’ );
    function init_nx_recent_posts() { return register_widget(‘nx_recent_posts’); }

    Help!

    The page I need help with: [log in to see the link]

  • The topic ‘Fatal Error’ is closed to new replies.