The information about post type is stored in wp_posts table in DB in column post_type – either post, page, attachement and other post types you’ve defined. So i quess you can use some SQL query in your case. Or you can write some script using WP_Query for fetching posts from cerain category (for example), and wp_update_post funtion setting post_type argument to desired post type…
Related Posts:
- Add Custom Fields to Custom Post Type RSS
- Do I need a nonce field for every meta box I add to my custom post type admin?
- Restrict custom post type to only site administrator role
- Check if a custom taxonomy archive page is being displayed
- How to limit the number of terms (terms acts like categories)
- Removing custom post type from link search results
- Search multiple custom fields by using meta_query
- How can I get next/ previous post links to order by a filter (by the last word of the title)?
- Filtering Posts by Multiple Taxonomy Terms such as in an Admin Post Listing?
- How do I Make a custom post type get a custom post template in a plugin
- Check if current user has post in post type and is author role
- Separating Search Results By Post Type
- Including a custom post type in the Archives widget
- Add custom taxonomy to custom post type
- How do I add a custom post type to the Featured Content in twenty fourteen theme?
- Menu with Automatic Pages Included from Custom Post Type
- Set default option in dropdown of WP_Query?
- How can I add single catogory for custom post type?
- Custom post type loops with different page templates
- Display posts in random post types
- Is there An Input Checkbox Option That Works like `wp_dropdown_categories()` To Use In A WP Search Form?
- Custom Post Types: Custom columns with Title submenu?
- Automatically Insert Custom Field on Custom Post Type Publish
- register multiple post types on one menu entry
- Create XML files on post edit screen
- How to dynamically build a multiple taxonomy query loop within a post type’s single loop?
- Creating a custom post type using a object oriented approach?
- CPT Search Form with Taxonomy filter & Or
- Multiple templates for a custom post type
- Custom WP_Query not returning results when querying custom post type
- Weird problem happening with custom taxonmy when creating/updating posts
- Custom post type not using it’s own single-postname.php
- $wpdb: Counting posts corresponding to 3 terms in 3 different taxonomies
- Validate custom fields before save using WordPress Rest API
- Random image from tag/custom type on sidebar
- Adding wp_editor to custom metabox
- WP Rest API – How to get an empty response if query has no posts
- Accept additional argument on custom post type permalink
- How to checked selected category checkbox when my custom post inserted from frontend
- Using custom field content as expression in IF statement [closed]
- Get general taxonomy name for a Custom Post Type
- Include custom post type content in search
- Get the category from custom post type
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- List Taxonomy Terms based on another Taxonomy
- Make a custom_post translatable
- Order post by date with ACF
- Post2Post refusing to show linked posts
- Linking from CPT page to taxonomy.php
- If Post Meta Equals Current Title Conditional Advanced Custom Fields
- Loop increase number
- Is This Code Efficient – Or is there a better way?
- display custom taxonomies limited to custom post type?
- Populate a custom field dropdown with post titles by author
- Use core block functionality in a custom block gutenberg
- Add form after woocommerce admin order edit
- Get assigned post categories
- Is there SEO or related limitations to using Custom Post Types instead of WPMU?
- How do I show a link or ‘Read More’ button on a custom field excerpt when it is less than the word limit
- Custom Post Type and Taxonomy Loop Output Is Wrong
- Multiple custom post types showing up in edit.php
- How do I get the index for a custom post?
- Commas not displaying in implode
- Create custom WP_List_Table in post_type
- “Cannot redeclare cpt_reg_tax()” because of functions.php
- custom taxonomy listing returns no posts
- Custom Post Type and Breadcrumbs Conflict
- Writing a custom Glossary plugin
- Reveal Foundation modal displaying repeat content on all modal rather dynamic content
- How to show Custom Post Types under Taxonomy in a new WordPress page template?
- How we can create menu from Appearance > Menu and use as a add-submenu-page for admin menu?
- Custom Post Type Category Displaying ALL Sub Categories as well
- Custom Endpoint For Specific Custom Post Type
- How to only display all posts to a custom User Role?
- register_rest_field update_callback don’t work for $_FILES
- Change the term based on the value of a $variable using wp_update_post in submitting a form
- Can I organise my custom post types by page?
- Display posts of a hierarchical custom post type excluding parent posts
- Wrap an X amount of taxonomy posts in a separate Row in WordPress
- Best Plugins for Complex Index of Resources [closed]
- Looping through custom taxonomy in one template
- get_post_meta for Custom Post Type ( CPT )
- How Can a CPT in WordPress have a page 2 without an error?
- Get the custom post type slug but remove the rewrite prefix?
- Site loads very slow for archive custom post type page
- How to get $post object available inside functions.php to localize script?
- WordPress loop for multiple custom post types
- How can I base a query off of the current page post type AND a meta value from another custom post type
- Redirect permalinks after creating custom post types
- How to bring custom meta boxes to custom post types?
- Plugins for putting Custom Post Types into the Menu
- Fallback if statement based on the number filtered from it
- Cannot get query var ‘post_type’ to work
- Custom Post Types, Taxonomies and Terms… I’m getting confused now!
- Don’t display post if post has empty body
- Posts picking up old Permalinks, how to reset?
- Remove slug from Custom Category Permalink + dual-category permalinks
- How to query posts by category with the_title();
- Tracking Total Pageviews By Post Type In Google Analytics
- Why custom search engine only searches in post titles of custom posts?