The answer to this should be rather simple.
Please visit the settings page with the url settings. Just visit it.
yoursite.com/wp-admin/options-permalink.php
By doing so, WordPress should trigger the “Flush-Rewrite” hook, which creates a new .htaccess with the appropriate rules.
However, please also be aware that depending on your custom-post-type some hooks in your code might change too.
To be really sure, you can check within the template-hierarchy.
https://developer.wordpress.org/themes/basics/template-hierarchy/
One final check could be the post_types table in PHPMyAdmin/the database and see what it says. If it’s your old type, there you go.
Related Posts:
- importing third party json feed as custom post type [closed]
- how to get posts by custom post type then display Custom fields?
- WP Rest API Querying Custom Posts by ACF fields
- Meta Query “IN” doesn’t work with ACF checkbox filter
- Insert slider (Custom Post Type) into pages
- get terms that have post with custom post type between 2 values
- How to set custom post type as post title to avoid ‘Auto Draft’
- Query current and future events, ordered by begin date
- Change message given when deleting post from custom post type
- Building an Advanced Search (text, tags, category, custom fields) – Getting the wrong SQL query
- Linking three taxonomies with ACF
- Query Custom Post Types by date (custom field) range
- Remove duplicated values from a loop
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- “add_post_type_support” with Custom Post Type & ACF
- Custom Post type and Custom Field WP_Query
- Display multiple custom post types and sort them chronological by one of their fields
- get_posts of Custom Post Type AND Custom Taxonomy
- the_content() not outputting anything (Advanced Custom Fields)
- How to add a post slug to a url?
- ACF Field on CPT Slug
- Custom Post Type + ACF and performance [closed]
- Meta Query Not Returning Output Despite Having Matching Values
- Retrieve custom field from Contact Form 7 [closed]
- The loop seems stuck to a single (now deleted) post
- Multiple Frontend Filters Using Advanced Custom Fields
- Specific routing for CPT
- Query based on custom fields start and end date
- How To Import CPT With Only Few TEXT ACF Fields From Front End?
- Advanced custom field boolean value in custom post type
- Why is my WP Query not returning first result’s post meta?
- How to get a custom type post data when it has a connection with another custom type post?
- Why would social icon badges disappear after adding a custom post type?
- List of users that clicked a ‘Join’ button at single post
- set_query_params using custom params defined in functions file?
- How to define the template for custom posts?
- Query entries from custom post type in an ACF flexible content field
- Distribute Custom Post in different pages
- How do I replace the post title with a custom field?
- How to export custom post type with ACF to individual file with automation?
- Custom Post Type with Configurable Sidebar via ACF
- Get A Custom Field From A Custom Taxonomy Of A Custom Post Type [closed]
- Custom Sidebar in Editor (not Widget) for Custom Post Type in Genesis
- Limit search field to just search a custom post type with custom fields
- Custom field with Types: get custom field’s value label (of type select)
- Show posts associated with ACF post object and custom post type
- Create if else for post types in WP_Query ‘post__in’ values
- Using ACF values in nested WP queries for CPT with date values in the past
- Create/populate Custom Posts ACF fields from external JSON file
- WordPress URL rewrites using Advanced Custom Field
- Custom Post Type and Structure Question
- CPT email notification including only new value custom fields
- WordPress – display relationship between blog posts and custom posts
- Load info from customposttype into template page
- Display Custom Field or Custom Taxonomy in front page /post/product
- Why do my custom post types stop displaying over time?
- How to access repeater field of a custom field?
- ACF Pro Accessing fields on a Custom Post Type
- Modify Publish Metabox location on CPT
- Some posts not displaying by taxonomy term
- ACF meta_key and meta_value break loop
- search results to show individual ACF fields from inside custom posts
- Save_post acf data not updating category of post type
- Display Specific Posts at Start of Loop
- How to display custom post type pagination buttons when processing AJAX request
- Adding specific custom fields (images) to post excerpt
- filter using custom fields
- Display custom tax in “while” loop
- CPT: execute code after load if parameter is set
- ACF Post Content Not Being Searched
- Fixed custom fields depending on posttype/category
- Group/list/sort custom post type posts by date in tabs from acf datepicker field
- Grouping and paging CPT events by month with custom field date
- Custom post tag images not displaying with ACF
- $post breaking container loop
- Get post id of permalink for a specific custom post type?
- If you’re calling a dynamic css inline style does that div have to be in the loop?
- If i have custom post type with 5 custom fields do i have to create a new loop to reference each one?
- Copying custom field value in to title
- How to show animal lineage/pedigree in WordPress?
- Custom Post Type Loop breaking php
- Styling first post using Advanced Custom Fields
- ACF Relationship: Group posts by parent category term, then child [closed]
- ACF Field to set Publish Date – Post Duplication upon Update
- Getting ACF relationship field information
- Retrieve a post with its ACF repeater fields in wordpress
- How to I add count of custom posts listed in a post as a prefix to its title
- Why custom search engine only searches in post titles of custom posts?
- Custom taxonomy meta fields
- Post object GUID adding http:/
- Custom Sort Order for Custom Post Type Taxonomy
- Display custom post type attached media file sizes
- WordPress post objects in one parent post object
- Code output help please! WordPress> ACF > Relationship > Post Object
- WordPress custom post type -> query and sort by custom field with multiple values, then published date
- WordPress duplicating posts from single loop
- Advanced Custom Fields Custom Post Types Heirarchy
- Generate Post Title From ACF Fields on Custom Post Type
- How do I add a filter to my custom post type archive page?
- ACF – Updating all posts of CPT when a custom field from options page is updated