Answers for "display all category with post id in wordpress"

PHP
1

get category post in wordpress

echo '<p>'. get_the_category( $id )[0]->name .'</p>';
Posted by: Guest on October-18-2021

Code answers related to "display all category with post id in wordpress"

Browse Popular Code Answers by Language