Haven’t tried this, but if you look at the code, there’s a query where the posts are retrieved from the database:
$query = "SELECT * FROM $wpdb->posts $join WHERE (post_type="post" AND post_status="publish") $where ";
As you can see, it’s looking for post_type="post"
. So this will only get the default ‘post’ type posts. You can modify it yourself to put ‘track’ or ‘mixtape’ there, but I would also recommend contacting the original developer and ask him/her to make the post_type a parameter in the plugin.
Hope this helps!
Related Posts:
- What does this PHP function code mean? [closed]
- How to set a custom post type to have viewable future posts
- Custom post type pagination 404 fix?
- Post revisions don’t save or show up only for custom post types
- Building a Digg clone using WordPress?
- Setting Default Category for Custom Post Type Upon Autosave
- Creating relationships between multiple content types [closed]
- Multiple Single Post templates
- Uploading DB to server from local is not matching the post dates
- How to filter custom post type archive by meta value
- Is there a way to make a custom Page type?
- Add/overwrite a parameter on an existing post type/taxonomy
- Get the ‘slug’ of a custom taxonomy
- post_type_link filter causes 404 on the CPT page it’s used on
- Term Checklist Walker – Disable Parent Categories
- Show certain terms from custom taxonomy but exclude ‘parent’ terms?
- Add special meta box to custom post type
- Custom Taxonomy conditionals
- Possible to change the slug of default post type?
- Help with issues on “Adding a Taxonomy Filter to Admin List for a Custom Post Type?”
- How to create archive page for taxonomy terms within custom post type
- Function tied to woocommerce_payment_complete_order_status blocks “processing” order status
- List terms from Custom Taxonomy
- Multisite Global Custom Posts
- Custom post type – posts list – white screen of death
- Set a default category – if the user didn’t select one- before creating a post
- Set object terms not working on plugin activation
- Display only post types that are direct children of the current taxonomy
- Pass the_post() as a parameter
- Plugin templates in which directory
- Add custom parameter to REST API request of a custom post type?
- Getting the URL of the parent page
- Custom Taxonomy Invalid in REST API
- How to Display child post on his parent post with thumbnail and content in WordPress
- Append date to custom post type url slug
- Custom Post Type Archive Page Filtering
- How to move image thumbnails into custom folder for custom post type
- Use menus with anchors
- Missing Posts in Custom Taxonomy List
- Custom post content to display in a normal post?
- Insert Custom Post Type data from the front-end by a user
- displaying featured image url of custom post type in image tag
- Permalinks /country/city/cpt/postname/
- Seamless permalinks between Custom Taxonomy and Custom Posts
- How to integrate a form (Ninja Form or Contact Form 7) with Custom Post Types?
- Path to custom post type
- Multisite: How to define and limit a Custom Post Type to specific sites?
- Unable to set featured image
- Make custom post type a media library
- How to display CPT archives?
- Save and user submitted data from a form and display them in the wp backend
- current-menu-item not added on page showing custom post type (rendered with archive template)
- How to move a post to different post type with all meta data?
- Custom taxonomy or custom page templates?
- Forms and WordPress Nonce
- How to detect that the save_post hook is calling the callback associated to the current edit post page only
- WordPress different templates for same type custom post (but different slug)
- Custom Post Type Advanced Slug
- Can I change the page of a Custom Post Type slug?
- Update Post Status On Woocommerce Payment Complete
- Should putting custom code in functions.php or created the plugins [duplicate]
- Trying to write shortcode with get_post_meta but isn’t working
- I can’t connect my custom jquery to wp admin
- Custom post class, generate unique id from 1 to x depending on amount of posts?
- Saving meta box data?
- How to custom post type in wordpress different style Types category
- ACF – Retrieve custom taxonomy from a relationship field
- How to Print Title and Permalink of CPT Post behalf of Posts Meta Value with WP_Query
- How is possible to know ID of taxonomy-{taxonomy}.php page for ACF fields
- Aloha! VERY broad CPT questions. Looking for the theory/best practices behind it
- Group custom post type posts by month
- CPT and rewrite rules
- Querying posts that don’t have a certain key value or don’t have the key
- How can I add a meta[] to my custom post type and search by term with the Rest API?
- Custom post type single with custom URL structure
- WordPress custom post type taxonomy paging
- Custom post types not showing on the standard WordPress Category page
- List posts that have the current url taxonomy
- Display Custom Post Type in divs
- Output all terms slugs for a loop filter
- wordpress does not see the correct custom taxonomy hierarchy
- Counting the number of post without custom post type
- Not able to get my custom search result using meta_query and tax_query together?
- register taxonomy url rewrite 404
- Multiple WordPress Sites, Same Database but Filtered Content
- Display result as “prefix+ID” and show in the search result as bookcode
- Custom Post Search
- WP_Query function for custom post type
- How can I get taxonomy terms and custom field values of a newly created post
- Custom Post Type meta oembed html output resulting in WSoD
- Single Page for two custom post types
- Custom post type won’t take my custom fields
- Custom content for Custom Post Type parent page?
- Custom post types with date based archive
- shortcode for recent custom type post
- Category names on CPT archive pages [closed]
- Show my custom post id if a country or ip
- Simple Share Buttons Add Plugin and Custom Post Type
- get content from json api to post
- Custom Post Type, 404 error