Thread Starter
n37
(@n37)
We can try to hack the ‘wp_list_categories’ function, but that’s not so much elegant indeed… 😡
2.3 is here from a few days… So, stop crying on RC and upgrade now! 😛
And remember to install WPAU now, and next upgrades will be a lot easier… 😀
Thread Starter
n37
(@n37)
No one can provide some help on that? ;/
Try with WPAU instead.
Anyways, remember RC1 IS NOT stable version…
GoodLuck! 🙂
Hope this example helps you… Subcategory highlighting on single pages, is not working indeed…
$this_cat = get_category($cat);
if( is_page('some-page') || is_category('some-cat') || <strong>$this_cat->category_parent == 1</strong> ) echo $etc['subcats']