Hi guys
I want to show the event category on the event list page in the meta table, and I found the :
<?php tribe_meta_event_cats();
for this, however it ALWAYS returns the label, even if I don’t want it to.
If I pass a “space” through the first parameter, it still returns a big ugly space as the label instead of just returning category link.
<?php tribe_meta_event_cats(" ");
Really, I wish that function would also not wrap the output in dt/dd. It means I have to add extra styling that shouldn’t be necessary.
Is there a function call I haven’t found yet that JUST returns the category as a link, and not the label? I’d prefer not to have to hack that function.
Cheers
Mike