I’ve been through the code and it seems commenting this piece solves the problem. Could anyone with more knowledge than me please confirm me this?
$query_arr['tax_query'] = array(array('taxonomy'=>$menu_item->object,
'field'=>'id',
'terms'=>$menu_item->object_id
));
Hi Sol1dus,
your request is not the intention of my plugin and I cannot guarantee that the plugin will work correctly. It looks just fine, but be sure to test this thoroughly for posts that do not belong to a taxonomy.
I hope you find the plugin useful.
Kind regards,
Diana
Hello.
Thanks for the reply. I understand that, but after a long search your plugin was as close as I could get. 🙂 It seems like this it works for what I need.