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
December 28, 2015 at 5:21 pm
#7163
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 🙂