You can’t have both a page and a Custom Post type with the same slug, in your case videos
. See: https://core.trac.wordpress.org/ticket/38599 for a ticket recommending this be changed in core. A few solutions:
-
Change either the page or the post type to
video
instead ofvideo
-
Follow the Template Hierarchy and create a
archive-videos.php
with the contents of yourVideo
page. - Define a unique rewrite slug in the parameters for more details, as it does not support child pages.
Related Posts:
- Top Level pages in wordpress giving 404, but child pages working fine
- Cannot use pages created on WP
- Hook for post and page load
- Custom post type single page returns 404 error
- Set a CPT slug as a base name for all the taxonomies
- How to prevent a CPT’s slug and page slug from conflicting with each other?
- WordPress randomly shows 404 errors
- Static page determines as home, but it is not
- Show Custom Post Type meta boxes only on Page Edit
- Why does my content disapear when I make a page to match an archive name?
- Parent Page and Breadcrumb URL’s for Custom Post Types Not Working
- How to use Custom Page Templates for hierarchical Custom Post Type
- Custom post type archive pagination 404
- Custom post type permalink tag 404
- Custom post type / taxonomy rewrite archive page 2 gives 404
- Hierarchical permalinks for custom post type and taxonomy
- Page for custom post type
- cutsom posts 404ing
- 404 in custom post type feed with mistake permalink
- Why does not this wp_redirect work in is_single()?
- Custom post type pagination 404
- Why is get_pages() returning a boolean?
- Page not found for custom post type UI plugin and taxonomy
- Pros and cons of a custom page vs custom post type template file
- How to solve this custom post type goes to 404 page?
- How to include custom post type posts on a page?
- Custom post type single page (single-{CPT-name}) 404 when slug includes hyphens
- Problems with 404, .htaccess, permalinks and WordPress custom posts locally on Snow Leopard
- Including link to custom post type in ‘wp_list_pages’ function
- 404 Error on form submission within custom post type
- Custom rewrite to fetch feed data
- the_content(); of custom post type treated as an array or object
- Multiple pages per post (not pagination)
- Custom WP_Query always respond with 200 status even when no entry
- Can I change my post type to anything and my site still work?
- Page listing Custom Posts
- Display an authors post on a single page only when they are logged in
- Why are some of my custom posts not showing up on my page?
- Custom Meta Box Causing Error: “Are you sure you want to do this? Please try again.”
- page not found for single-type.php file
- Custom taxonomy page returns 404
- Merge page with custom post type
- Conflict between wp_list_pages and get_posts – list pages not displaying
- Hide Status Option From WordPress Publish Metabox and Rename Published on:
- One Custom post type 404’s others don’t
- Query not work for current taxonomy
- Custom taxonomy template list not working (404)
- Custom post type permalink returns 404 when set to private
- Custom post type slug 404
- How to filter a custom post type by custom taxonomy without 404
- Custom Post 404
- Custom taxonomy template shows 404 Error
- URL Rewrite – Page Archive
- Post type Permalink
- How to set the mainpage of a custom post type?
- Custom post type categories gives 404 error
- Render a Post or Page using the correct file
- Direct form to a custom page template
- Setting a homepage – doesn’t seem to work
- Custom Post Type and Breadcrumbs Conflict
- Under What Conditions Can I name my CPT the same as my CPT Page?
- custom post creation on front page – on submit a search is done
- wp_dropdown_pages with tax_query clause
- Am I mixing up the concept of posts pages and categories?
- How to setup different permlalinks for posts and pages?
- Permalink Trouble with custom post types
- Getting subpage of subpage – Custom posts
- Permalinks not working (404) for the ‘item’ post type
- Safe to throw 404 error in request filter?
- either single-{custom}.php 404’s OR /taxonomy/ 404’s – custom post type and taxonomy permalinks
- Sets post_parent in custom post type posts automatically based on cpt->page name
- Tag template not returning posts [closed]
- Does “Custom Post Type” can have page hierarhy option?
- Custom Post Type Causes Error: Warning: call_user_func_array()
- Custom Post Type Child Won’t Come Through With Pretty Permalinks
- Problem with custom loop navigation inside the blog page
- How do I disable the built-in editor and automatically configure the properties of new pages?
- How to set a ‘page’ as parent of a custom post type?
- Can’t Export Custom Post Types With Export Tool In A Custom Theme
- Custom post type single page 404
- Add custom template ‘sub-page’ to Custom Post type?
- Metabox collapsed by default
- I have a random letter appearing before my content. Where to start looking for the cause?
- Sudden 404 pages on product category archives
- Custom taxonomy returns 404 even with saving permalinks
- How to use posts as tabs in a custom page?
- Custom Post Type Single Page and Archive Page redirects to Home Page
- Show custom post status when logged out
- Custom post shows 404 after theme change
- How can I get custom post types to recognize pretty permalink variables?
- Create Custom page with custom domain
- How to stop a permalink redirecting to a page whit same slug but different permalink
- Do not show child pages within a file page
- Disable Sidebar on certain pages
- Enabling hierarchical in a Custom Post Type gives error 404
- Cannot save pages after migration
- Standard Page Child of CPT Not Found (404)
- Custom Post Type Front Page Gives 404
- “A post type mismatch has been detected” Error when updating custom post
- Displaying posts inside table having issues