Forums
(@debacle)
10 years, 9 months ago
I solved it myself by adding ‘parent=0’ to the mctagmap_functions file.
here is the code if someone else looking for the same solution:
$tags = get_categories('order=ASC&parent=0&hide_empty='.$show_empty.'');