How to Show Related Posts for Custom Post Type in WordPress

related post in wordpress

In this article we will learn about “How to show Related Posts for Custom Post Type in WordPress“. In WordPress, Related post is very important to engage the visitors of your website.

Wordprss provides us the capability to display the related posts of specific post category type. Show the related post of the any category article is very simple and you can add related posts list to your blog without using any wordpress plugins.

If you want to show related posts for custom post type, then you need to be fetched by custom taxonomy terms of custom post type. You do not need to use any plugin for related post of custom post type.

Here you will learn where you need to change code for custom post type. Generally, Single post details page (Single.php) is used to dislay custom post type. You need to open “single-custom_post_type.php” file and place the below code where you want to display the related posts of custom post type. Below code will get post of the same category custom post and same custom taxonomy terms of the current single post.

Single-custom_post_type.php

 

Related posts