Tag archives for custom post
Search custom post according to title
Sometime's we need to fetch some posts of a custom posts types according to the title. Here, we are discussing the situation where we need to fetch the posts of a custom post type which is similar to the title…
How to fetch parent categories of a custom post
Here is the solution to fetch only the parent categories of a custom post type. As we know that sometimes it is required to register new post types with some custom taxonomy as well to fulfill our requirements. So, in…