How to quote the category slug
-
Guys, I need to add the category slugs to the HTML tags like below(see the first span tag.) I need to switch colors by category.
current;
<ul class=”display-posts-listing”>
<li class=”listing-item”> <span class=”category-display”><span class=”category-display-label”> </span>sudbry</span>Sample Titlewith slug(sudbry);
<ul class=”display-posts-listing”>
<li class=”listing-item”> <span class=”category-display sudbry”><span class=”category-display-label”> </span>sudbry</span>Sample TitleIf it’s possible I’d like to know a solution that uses function.php.
Thanks a lot! – Akira
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to quote the category slug’ is closed to new replies.