Add post category class Jquery – Php ?
-
Hey all,
I call most popular post in my wordpress sidbar. (with a plugin)
Each of those post have a category, and i have to look them with there own title and category color.
So, i need to add post category class to each of them.
I’am trying to do that with Jquery, and right this :
<script> jQuery(document).ready(function(){ jQuery(".wpp-list-with-thumbnails li").addClass("category"); }); </script>With this script, each of the post have the class : category.
And now juste need to add the post category avec this.Is someone know, if it’s possible to do that with Jquery? if it’s not, how do u advice me to do ? 🙂
Thanks for readers 🙂
Cheers
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Add post category class Jquery – Php ?’ is closed to new replies.