Tagged Questions
0
votes
1answer
83 views
post_class remove tag- or category- from slug
I've got this in my theme
<article <?php post_class('archiveMain'); ?>>
But for tags and categories it adds tag- or category- before the slug, any way to remove that?
Example: ...
1
vote
1answer
182 views
Add Post Tags to Body Class
Want to add post tag name to body class - I am successful in using the code below to add category to body class -
//adds new body class for post category
add_filter('body_class', ...