This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: How to display post's category on related posts

Home Forums Product Support Forums Related Posts Pro for WordPress Support How to display post's category on related posts Reply To: How to display post's category on related posts

#7163
Ernest MarcinkoErnest Marcinko
Keymaster

Indeed, I tested it and there was an error. Change line:

[php]$post_categories = wp_get_post_categories( $post->ID );[/php]

to

[php]$post_categories = wp_get_post_categories( $post->id );[/php]

and it should start working 🙂