Edit custom HTML page from WP admin dashboard

I needed to make custom HTML page in root which will not use default wordpress theme and show content and I linked it on menu as custom links. So in front end everything perfect. But this page is not part of wordpress and I am not sure if it will harm SEO or something.

Is there any way plugin or something so text on this pages can be edited from dashboard.

Read More

Is there any way so this page to be covered with wordpress sitemap.xml, SEO settings and plugins, and chaching plugins

Related posts

2 comments

  1. If you want content to be editable via the dashboard, a static HTML file is not the road you want to take.

    Instead, create a custom page template, from which you call a custom header and footer.
    Both get_header() as well as get_footer() take an optional $name parameter to specify a specific template to call as well.

Comments are closed.