Answers for "wordpress get category post type"

PHP
1

get category post in wordpress

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

wordpress get post type

// Retrieves the post type of the current post or of a given post.
get_post_type( int|WP_Post|null $post = null )
Posted by: Guest on February-19-2021

Code answers related to "wordpress get category post type"

Browse Popular Code Answers by Language