• Resolved futt

    (@futt)


    There’s a syntax error and a misspelled query option on line 117 of sideblog.php (plugin version 4.2):

    $wp_query->set('category__in', $asideid;);

    Should be:

    $wp_query->set('category_in', $asideid);

The topic ‘Syntax error on line 117 (sideblog.php)’ is closed to new replies.