I want to get the list of categories of a post inside the loop. Normally, I would use
the_category(', ');
But this does output a link, and I only want the category name.
Any ideas?
I want to get the list of categories of a post inside the loop. Normally, I would use
the_category(', ');
But this does output a link, and I only want the category name.
Any ideas?
You must be logged in to post a comment.
Should be easy enough i think..
.
Hope This Helps 😉
Without a loop
Below code might help outside the loop. I am using it on
save_post
action hook.