Thread Starter
dikig
(@dikig)
Still hoping for an idea. Is there noone around to help?
Thanks
Dieter
Thread Starter
dikig
(@dikig)
Luckily in the meantime I found a solution by myself.
Therefore the post can be closed.
Dietr
I’m sorry for delay! I guess you hide it via CSS as this is the only way to do it.
.entry-footer .entry-terms { display: none; }
Also you can hide category and tags independent of each other:
Category:
.entry-footer .entry-terms.category { display: none; }
Tags:
.entry-footer .entry-terms.post_tag { display: none; }
In latest version I changed the markup so it is possible to target the title only and keep the terms:
.entry-footer .entry-terms.category .title { display: none; }
.entry-footer .entry-terms.post_tag .title { display: none; }