How to get the category of current post in wordpress?
BY Wpdevkit
March 29, 2020
PHP Wordpress <?php
//get the category of current post in wordpress
foreach((get_the_category()) as $category)
{ echo $category->cat_name . ' '; }
?>
about authors
Sandip Das
Web Developer
Once a legend said “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” – Martin Fowler.
let’s share this idea
A problem is just the absence of an idea to solution... Lets exchange thoughts
2 replies on “How to get the category of current post in wordpress?”
sxscdcdc
Tqqq