Hi,
I am running your theme but I am using a PLUGIN for mazagine functionality. everything looks good but your theme is not getting my post type as default like for posts of a specific category in menu, in search and others.
I want a solution that can enable my custom post type to behave like POST in your theme so if I select a post category it should also list posts that belongs to my custom post types.
Please tell me.
Thanks
Hello sanny,
Unfortunately, your plugin is not tested with our theme and we cannot say for sure if it will work or not with our theme, sorry! Please notice that the theme recognize the custom post type but it does not work with category and taxonomies. Notice that our posts are designed to use the category and taxonomies but if you want to develop this for your custom post type you should do it manually because this task involves custom work. For more information about CPT, please consult here -> https://forum.tagdiv.com/custom-post-type-support/
So, if you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message and for your understanding!
Just got another question, In authors page posts sayd 0 whereas author has created many posts for a different post type. I used
<?php
function add_articles_to_homepage( $query ) {
if ( !is_admin()) {
$query->set( 'post_type', array( 'post', 'article') );
}
return $query;
}
add_action( 'pre_get_posts', 'add_articles_to_homepage' );
?>
But its not working, please suggest.
Also do not for get to reply on previous question.
Hello,
Our theme elements will not work with custom taxonomies, sorry. The mega menu was built to show standard posts based on a standard category.
The author posts again., uses posts, not custom post types. You will require customization services to adapt the theme to pick-up the custom post type in each element.
We suggest hiring a developer if you do not have the proper coding skills for it. We cannot help in this regard as we are a small team and cannot provide any custom work at the moment.
Thank you!