The theme is using a custom post type, in this case, “lyrics”. Converting the old posts over to it should be as simple as writing a single query to update the old posts to the new post type.
The query will be something like:
UPDATE `wp_posts` SET post_type = "lyrics" WHERE post_type = "post";
Just as an added precaution, run this one first to ensure that all the posts you think should be converted will be affected and check the results:
SELECT * FROM wp_posts WHERE post_type = "post";
Related Posts:
- Should I use custom post types or a custom database tables for plugin development?
- Custom Post Types, or completely custom?
- How to completely disable a taxonomy archive on the frontend?
- Right way of storing large number of custom post fields
- How to use custom database tables for custom post types?
- Custom Post Type or Custom Tables
- White screen error for a custom theme
- Create Pages from Database
- Use Custom Database with Custom Post Type
- Custom Search | Wrong output & question
- Custom post type Vs. data in own table
- Save custom post type in different table
- How to use custom fields to enable sticky posts on custom post types?
- Hide Meta Boxes for Non-Admins
- Recommended custom post type structure for TV Schedule site?
- Where to store custom tagging data associated with a custom post type
- Is it possible to place custom post type files inside a folder in theme directory?
- wpdb custom post_type problem
- Adding custom tables to WordPress
- WP All Import – Using Xpath to set a select value
- Get term name and term parent into custom post type permalink
- How to use custom taxonomies to reference complex relationships?
- Create a clone from one WordPress site to another in a few minutes
- Is it possible to store Custom Post Type data in separate set of tables and still have wp_post class functionality?
- Add update or delete database records using custom post type
- WP_Query orderby and tax_query
- Adding custom image sizes and post types to a plugin or to a theme?
- How to organise this data within WordPress
- Organize WordPress site, so it can maintain with huge database
- How do I set a custom page template for a custom post type?
- Save custom post type to external database
- Unable to set featured image
- Specifying meta field’s column type in Database using add_post_meta
- Replace dynamically content in a custom database table when a custom post is created
- Using page slug in wp_query
- Save and user submitted data from a form and display them in the wp backend
- Specify a particular page to list all custom types
- uploading problem of wordpress theme
- How to have permalink like domain.com/term/postname?
- Should I use custom taxonomies or not?
- Designing a custom post type with a minimum number of meta fields
- Allow front end users to add data to a custom post type
- why post_class() function apply css classes to all other files?
- Template Hierarchy for custom post type pages
- WordPress hook which triggers on post import
- Update all published posts at once
- Create a simple Testimonial page
- Entity to store contact form entries?
- One Site. One Theme. Multiple Stylesheets without plugins?
- Custom Post Type – Portfolio no longer works
- Can I assign a theme to a custom post type?
- Ideas to connect external database table to wordpress posts as custom field source
- Database alteration: users who voted
- WordPress as a frontend website for iOS app [closed]
- delete duplicate meta_value with same post_id
- custom post type: own database table structure and custom “new-post” interface
- Import External XML
- How do you make relational post types in WordPress? [duplicate]
- Having a repeating custom field in admin custom post type, what I’d go better with, for DB’s sake? ACF repeater or query a different post type?
- Invalid content when I try to import custom post type from the old template wordpress
- Does this archive template part look like its making too many calls to the db?
- Query when is one or several values
- Right way to store a large set of similar information on website? [duplicate]
- Custom post type and custom taxonomy key lenght & query performance
- How select query is generated in a Custom Post Type?
- dynamic vue widget inside custom post
- Create 3 Levels of relations with WordPress
- How to store additional data that is related to core data
- I can not call the categories of custom post type
- Event Manager: Events Deleted are still in DB as published but hidden in admin
- Populate custom post type/custom fields from an external database
- Limit Number of Custom Post Type Dashboard
- Automatically convert standard posts with custom fields to custom post types
- Change Background Color For CPT Template
- WordPress add taxonomies/terms list as a menu in archive page
- Adding CPT changes entire layout of my site except for the archive of that CPT
- getting a blank login page :( any way I can fix this without having to do a clean install?
- Shared Custom post type between WP network sites
- How to get $post object available inside functions.php to localize script?
- Query custom post type and showing its content
- Custom Post Types and Posts are mixed
- custom post type for custom talbe
- Problems with a custom meta_box
- Create custom post order (with custom post type meta)
- Check in function on custom page
- Query by post type or category
- Most efficient way of deleting post
- Problem with menu categories doubling up when updating database?
- Inserting into WP DB
- Change position of Post Formats box?
- Save number of Facebook likes to database
- Switched server & domain name, now custom post types won’t save
- How to manage wordpress knowledge base/wiki/posts collections
- How to get ‘Products’ on home page?
- Why WordPress does not Use Separate Table for Post Types (When Registring)?
- REQUIRED: The theme uses the register_post_type() function, which is plugin-territory
- How can I produce multiple webpages with a different output based on one entry/Page/custom Page?
- Remote database access on another wordpress site’s custom post type
- Should I save user cookie consent in a custom post type or make a custom database table?
- WordPress commercial theme cancels default functionality