get_the_category_by_id [ WordPress Function ]
get_the_category_by_id ( $cat_ID )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_the_category_list, get_the_category, the_category_id, get_the_category_rss, get_the_author_id
Retrieve category name based on category ID.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get the category by ID « WordPress Codex
Description. Retrieve category name based on category ID. Usage. <?php get_the_category_by_ID( $cat_ID ); ?> Parameters. $cat_ID: (int) (required) Category ...
codex.wordpress.org - WordPress › Support » get_the_category_by_ID error
Hi all, I'm using the get_the_category_by_ID() function in my website's homepage but there's an error occurring sometimes. I don't know what causes the error ...
wordpress.org - get_the_category_by_ID | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_the_category_by_ID( $cat_ID ) { $cat_ID = (int) $cat_ID; $category = &get_category( $cat_ID ); if ( is_wp_error( $category ) ) return ...
hitchhackerguide.com - get_the_category_by_id (WordPress Function) - WPSeek.com
WordPress lookup for get_the_category_by_id, a WordPress Function. wpseek. com is a WordPress-centric search tool for developers and theme authors.
wpseek.com