Found a way.
-
Create a regular page for 404 content, say ‘Page not found’;
-
In your 404.php file, get that page data and then write down your content or whatever…
For example:
$page = get_page_by_title("Page not found");
if($page) echo apply_filters('the_content',$page->post_content);
Obviously, you can do a lot more…
Related Posts:
- Video Background – (php & css) – generating 404 error on page load – WordPress Theme File Structure Help
- Why is POST’ing to my WP page template producing a 404?
- What does is_page_template() compare against?
- Creating custom blog page template the right way
- How To Create A Paginated List Of All Categories On My Site?
- How to remove all styles for certain page template?
- Simplest way to add a second html editor to the post/page admin?
- How to consolidate multiple static page templates into one dynamic one?
- Loading page content into a variable in template
- Capturing arbitrary semantic URL arguments
- How do I display the text inside the WP editor for a page with a custom template?
- get url page template
- How to remove a parent theme template from Quick Edit?
- How to Set a Custom Template for Blog Posts
- Removing or Restricting Access to Page Templates for Editor Role
- Can I create a page template, use it once, then hide/remove the option to use it again?
- Custom template for each page
- How can I have a static title on my blog page?
- Can you call a template file without assigning template to a page in the admin panel?
- page-slug goes to not found
- Create second custom 404 page for selected post type
- How do I add a body class to specific pages?
- How to list all titles of posts on a specific page?
- How to handle a missing page.php?
- Customize edit.php Pages listing in dashboard to show only pages with a particular template applied?
- Programatically switch page template?
- How to create a page template that retrieves content from db?
- Disable WP Editor for specific page templates
- Change path of the page’s template
- Get page id of current page from template [duplicate]
- is_page_template returning false
- remove page template from dropdown?
- Export csv and force download in template page
- WPML in custom page templates
- get_pages — parent vs child_of?
- How to pass outside function to WP_REST_Request
- page.php not displaying content
- WP-CLI not setting page template with page_template=”template-name.php”
- Create a page template with No Footer
- Register/Get sidebar?
- How to make text show up – new page template
- using the loop with a custom table
- Verify if the current page has at least one published child
- how to remove all body classes in wordpress
- Custom Post Type Archive template page not found
- Add #sidebar-2 to a custom page template
- wp_redirect goes to infinity loop
- What content to use for inserting images
- Display one post in different formats conditionally
- Custom Page Templates
- get_avatar() as backround image
- get_the_excerpt() inside WP_Query – link URL Incorrect
- Change text size and color for tags and category meta description on product page
- Strip from the_tags() output
- add_rewrite_rule no longer working – possible https issue?
- Contact template doesnt appear in page template options
- Template Redirect to /2015 to use page template
- Custom page template to sidebar/widget
- How to set custom cookies in WordPress after a form is filled on a page
- Three step order form, how to go to next step
- Proper way to create custom static page
- How to display all child/sub pages from all parent pages?
- Problem with custom loop navigation inside the blog page
- RSS feed for a custom page template
- Add featured image as post header background image
- Blog template with different header to rest of site
- How to integrate custom HTML template in a premium wordpress theme?
- How to load page template according to the Searched Page
- Set page template automatically according to parent slug
- WordPress pass url to page template when page does not exist
- Static page won’t identify template
- page_template filter without a plugin
- How to get template link?
- Add additional templates to the templates drop down on add page menu [duplicate]
- Single page theme: Can I render other pages with their respective themes within another page?
- Is this the best way to complete disable category archive pages?
- WordPress fetches the archive page instead of my custom template
- How to set title from page-template?
- create template for one page
- How do you create a default template?
- Cannot display default template after switching to custom
- A simple form submission but notice : Trying to get property of non-object
- Custom Page Template not working when site moved from subfolder
- change the Theme dynamically
- WordPress & External Page: 404 error in IE and some others
- How can I set full width page layout in a default post page?
- How do I paginate a custom post type listing on a custom template page?
- Lead Generation with Cookies in WordPress
- Show tarifs page with menu a or b depending on menu of origin
- Page (template) with only news of the type “gallery”
- Fetching Image from other post/page with custom type
- How can I make different page templates for one category?
- Getting a custom area in a theme for dynamic content for page
- wordpress header leaks into body in a specific template
- Display child page on parent
- Article Template
- Show page name in browser
- Front end user registration form [closed]
- Create Page with Template File from Plugin Folder
- I’m building a WordPress theme and noticed that the 404 page template runs along with the corresponding templates for each page. Any idea why?