This plugin hasn’t been updated in almost two years, so you should consider finding a new one.
That said, in this cases you have to open1 the plugin files and search for some string related to your issue, e.g., post_type.
You’ll find that in the file functions.inc.php, it has two occurrences of:
AND a.post_type="post"
Change that to:
AND ( a.post_type="post" OR a.post_type="YOUR_CPT_SLUG" )
Not sure if that’s the only thing that needs to be changed, but now you should be able to further inspect it and locate other parts that need modification.
Related Posts:
- Redesigning Custom Post Type “Add New” page
- How Do I Use The WordPress Plugin Posts 2 Posts by Scribu?
- Creating a default Custom Post Template that a Theme can override
- Jetpack plugin (ShareDaddy): Prevent share buttons showing on custom post types?
- Getting Custom Post Type content from main-site of a Multisite
- Custom database or Custom Post Types?
- Custom comment type maybe?
- Prevent page slug from interfering with custom post type archive permalink?
- Twillio How To Send SMS for Custom Post Type
- Seriously stuck with some custom meta box/plugin stuff
- Themes VS Plugins [duplicate]
- Enable comments for post with comments meta box removed
- [Plugin: Posts 2 Posts] reciprocal connections
- How to Build a Movie Library in WordPress 3.x
- How do I get multiple pages by title?
- I need to add a custom “cover” to every new post — plugin or custom setup?
- Plugin “Meta Box”: Implementing meta boxes in custom post type
- Plugin allowing for artists, events and venues
- Disable Other Plugins on my Custom Post Type?
- How to get images from EDD post?
- custom taxonomy and custom post type url conflict
- Allow users mark posts as “complete”?
- Is there a way to order posts and custom post types as one group?
- RW Meta Box ,Problem setting post title
- dynamically generating plugin syntax
- Duplicate posts when posting nulls in records in phpMyAdmin [closed]
- Exclude post by custom meta with pre_get_posts
- get_post_type() and WP_QUERY issue
- get_post_type on post.php
- List taxonomy terms for post as checkboxes
- Custom post type – no layout section of Document tab, and no author choice
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- Keep a post copy when this one is updated – issue
- how to add a button next to the wordpress view button?
- “Custom Post Type Permalinks” plugin URL strcuture
- Adding CSS to custom post type admin page causes error
- ACF: post query, hide duplicate values [closed]
- Redirect to another page using contact form 7? [closed]
- Custom Post Type Fields
- Custom setup of wordpress comments that are displayed
- publish_post action doesn’t work
- Disable Individual Plugins (specifically in Custom Post Types) on a per-post basis?
- custom post type don’t appear in the home page
- Sticky option for custom post types without using custom fields or plugins
- Adding custom meta boxes to specified custom post type
- How do I make reusable content blocks for header and footer when using WordPress headless with another front-end?
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Preview with Custom Post Type Not Working
- How can I store data from custom fields to custom tables?
- 2 wordpress site same database
- How to Include Custom Post Content From Plugin
- Custom Template for wordpress cpt plugin
- Custom post type change excerpt more and excerpt length
- What hook can I use to modify custom post data before it is displayed on the page?
- Custom Post Type template for homepage
- hardcoded wp pages/plugins problems
- Rename existing cpt and taxonomy with new textdomain
- Best method of implementing compartmentalized custom post types on a multi-site network
- Need to edit author permissions | custom taxonomy
- How to search post titles with whole words only, but not the exact word only?
- Remove custom taxonomy name from the slug – Custom Post Type UI
- Error in Fetching Custom Post Type parent Category URL (slug)
- Register PODS Custom Field with WPGraphQL [closed]
- Can i stream data to a custom_post_type?
- Is there a hook similar to “save_post” which only fires AFTER the post is completely published?
- Adding custom post category to categories widget
- Custom Post Type with Sequence ID
- How to arrange custom posts in the backend/admin by custom taxonomy
- Adding LOAD MORE on a page
- save_post hook partly firing in update post
- custom post type get_posts() function not work
- Create multiple posts when a custom post is created
- how to convert frontpage.php to dynamic page?
- Cannot view Custom Post Type no matter what I try
- Creating custom “player-objects”
- Page not found after creating the add new post slider using custom post type
- Hide some portion on single.php base on author
- Displaying image from a repeatable group
- Custom Post type plugin breaking the front page shows dashboard?
- What method should I use for a sidebar widget that reads latest posts?
- Insert data in custom table during new post creation
- How can i do custom author list?
- How to list the categories by custom taxonomy created?
- Is a custom post type considred a plugin?
- How to laod wp_enqueue_style to another header i created my self
- Looking for a plugins for organization portal (Staff, Units, Departments)? [closed]
- Filter custom post type returned from REST api
- Wrong block appender button showing
- Select posts from list and add them in a new list
- jet engine listing for every single taxonomy in post type [closed]
- Failed to update a post when I add a taxonomy to it
- Set the title of a custom post automatically by using info from custom fields?
- public custom posts not showing in my wordpress plugin
- plugin translation *.mo file not getting loaded for custom post
- How to add CPT in Elementor pro search template
- how to compare date meta value in jet smart filter Date query?
- Tickera missing attendees – No attendees found
- How to check if the post exists in any of the categories?
- Load a custom post type template.html from a plugin
- How to make a page setting translatable in theme?