• I have wordpress website for a small business I support. They have had it built by an outside company. For regulation reasons I need to add an html webpage that has already been constructed for our business to the website. The new webpage is already built with an images folder and all to complete the page. However, it does not follow our webpage theme at all. I just want to inject the webpage without the theme or any css styling trying to manipulate the already built new html page. Is there anyway to do this?

Viewing 1 replies (of 1 total)
  • The html page should be actually a PHP page for WordPress to treat it as a webpage. You can give the file the file name of “page-{whatever-you-want}.php” then upload it to the theme folder. If the page isn’t uploaded to the theme folder then it will not get displayed at all. Then you go to the pages section in the dashboard and create a new page with the slug of {whatever-you-want} (the part you set for the filename after “page-“) all so WordPress will recognize it.

    Next, you’ll have to make sure your css file(s) are called in the header as well as make sure the images folder is in the correct place for the images to be rendered on the webpage.

Viewing 1 replies (of 1 total)
  • The topic ‘Adding an html page to an existing wordpress website’ is closed to new replies.