Answers for "wordpress get a list of post for a given category"

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 "wordpress get a list of post for a given category"

Browse Popular Code Answers by Language