tylerawalters
Member
Posted 1 year ago #
Does anyone know how I can get WordPress to put a class other than current_cat on the current category? In other words, where is that string defined so that I can change it?
(Don't bother asking why I need it to be something else. It's a long story. )
You propably mean "current-cat"?
wp-includes/classes.php, line 1380.
tylerawalters
Member
Posted 1 year ago #
That is what I meant; I guess I shouldn't post questions in the middle of the night :)
That worked brilliantly. Thanks for your help, AnttiJN.