Biz Connection FREE TRIAL + $75 GOOGLE ADWORD - FREE VOUCHER for YOU!

Tag Archives: category ID

Basic WordPress Hook-in

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: …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
 

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 …

Read more »

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.00 out of 5)
Loading ... Loading ...