wp_get_post_categories [ WordPress Function ]
wp_get_post_categories ( $post_id = 0, $args = array() )
| Parameters: |
|
| Uses: | |
| Returns: |
|
| Defined at: |
|
Similar Functions: wp_set_post_categories, wp_get_post_cats, wp_get_post_terms, wp_list_categories, wp_set_post_cats
Retrieve the list of categories for a post.
Compatibility layer for themes and plugins. Also an easy layer of abstraction away from the complexity of the taxonomy layer.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/wp get post categories « WordPress Codex
Description. Retrieve the list of categories for a post. Compatibility layer for themes and plugins. Also an easy layer of abstraction away from the complexity of the ...
codex.wordpress.org - WordPress › Support » Tags — wp_get_post_categories
(forgot?) Register · WordPress › Support » wp_get_post_categories ... [resolved] ` wp_get_post_categories` equivalent for custom taxonomies? 3, debsch, 2 ...
wordpress.org - wp_get_post_categories($post->ID) - Category Names? - WordPress
Newbie question. I am modifying a function, and in side of it I am trying to get a list of category titles from a post, then assign it to a variable. When I execute the ...
wordpress.org - WordPress › Support » wp_get_post_categories()
$posts = get_posts(); if ($posts) { foreach ($posts as $post) { $post_categories = wp_get_post_categories($post->ID); foreach ($post_categories as $cat) ...
wordpress.org
User discussions [ wordpress.org ]
- debsch on "`wp_get_post_categories` equivalent for custom taxonomies?"
- debsch on "`wp_get_post_categories` equivalent for custom taxonomies?"
- debsch on "`wp_get_post_categories` equivalent for custom taxonomies?"
- debsch on "wp_get_post_categories($post->ID) - Category Names?"
- dmoon79 on "wp_get_post_categories($post->ID) - Category Names?"
- dmoon79 on "wp_get_post_categories($post->ID) - Category Names?"
- alchymyth on "wp_get_post_categories($post->ID) - Category Names?"
- dmoon79 on "wp_get_post_categories($post->ID) - Category Names?"
- bloomcreative on "Listing sub page navigation on single.php in sidebar"
- bloomcreative on "Listing sub page navigation on single.php in sidebar"