Bug Category ID
-
There is a bug in v 1.0:
if($cat_id="BLANK"){ $cat_id="0";}
Should be:
if($cat_id=="BLANK"){ $cat_id="0";}
This is causing the category selection to not work. It is being set to 0.
https://www.ads-software.com/plugins/display-categories-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug Category ID’ is closed to new replies.