Displays the numeric ID of the current post the_ID(); More details: http://codex.wordpress.org/Function_Reference/the_ID Displays or returns the title of the page: php wp_title(); More details: http://codex.wordpress.org/Function_Reference/wp_title Returns the permalink to a post or page: get_permalink(); More details: http://codex.wordpress.org/Function_Reference/get_permalink Returns the category ID: get_the_category( $id ) More details: …
Tag Archives: category ID
Category ID – WordPress
WordPress is jumping as usual from one version to another and many rock functions become deprecated. As WordPress developer you may need current functions. Get current categoryID if you know the post ID. That’s simple and common and there is …



(2 votes, average: 4.00 out of 5)
(20 votes, average: 4.75 out of 5, rated)