This plugin does not allow any posts to be displayed if you try view them by category. Needs fixing please :)
This plugin does not allow any posts to be displayed if you try view them by category. Needs fixing please :)
In ver. 1.1 Change just_one_cat.php, approx line 39, reads:
$just_one = $wpdb->prepare( " AND $wpdb->term_taxonomy.term_id = %d ", $cat );
Change to:
$just_one = $wpdb->prepare( " AND $wpdb->term_relationships.term_taxonomy_id = %d ", $cat );
I put the fix in a file as a temporary replacement. You can download it at http://ryowebsite.com/wp-plugins/nosubcats/
You must log in to post.