Hi can anybody tell me how can i show my custom post type in [TagDiv] slide in the sidebar through widget
since in the [TagDiv] slide i can get a post filter drop down which is filtering (Normal Post) category
however i can’t see anywhere my custom post type appearing in the category
Hi
You can display posts from a custom post type in slide block, by inserting its name in Slide Settings: http://screencast.com/t/zTgdHxnQJ
Thanks!
Hi
That is a very complex task which require lots of customization in theme’s core files and I can’t provide a quick answer now, but I found here some useful information in this regard: http://code.tutsplus.com/tutorials/writing-custom-queries-in-wordpress–wp-25510 – https://premium.wpmudev.org/blog/creating-custom-queries-wordpress/
If you still need guidance on this or you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you.
Thanks!
if you could help me that how can i sort my custom post type in TagDiv Slide
i want to show a particular posts from my custom posts .. do i have to pass a post id or something like that to achieve my requirement
right now it is sorted by date i.e. the latest posts are appearing in front end
Hi
As the slide block to be displayed you need to have at least 2 posts in your custom post type. If you have more posts and want to display only some specific posts you can add a tag or include them into a category, then set in slide settings that category/tag to be displayed: http://screencast.com/t/N55dmtV3HQG
Thanks!