In WordPress- Can I make a straight HTML page?

4 replies
  • WEB DESIGN
  • |
I want to make a sales page on my WP site- and I want to make it without any of the WP widgets/header/footer/etc.- Basically I just want to code the page in straight HTML- but how do I put a page like this on my domain where WP is intalled?

It's gotta be possible
Kyle
#html #make #page #straight #wordpress
  • Profile picture of the author Patrick
    bathunter, You need to create a blank page template or hide it through CSS.

    Both of the ways are easy if you know Wordrpess and CSS.
    {{ DiscussionBoard.errors[7572943].message }}
  • Profile picture of the author SteveJohnson
    So code the page in straight HTML and upload it to your server. It will work just fine, no rocket science here.

    Want an example? Type in your site URL and add '/readme.html' -- you'll see the WordPress readme page, which is just an HTML file.
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[7574669].message }}
  • Profile picture of the author thememass
    Your question looks like about how to add an HTML page into your installed WP site. Cuz creating HTML page is not related to WP.
    You can use notepad or any IDE you like to create the page you desired. Then try using FTP to upload your HTML file. Or simply add your HTML file through the Media Library in WP Admin. It can help as well.
    {{ DiscussionBoard.errors[7575264].message }}
  • Profile picture of the author cssbros
    Hi,

    It's possible.

    You can create the HTML Codes using dreamweaver or any editor.

    Don't forget to add up the page template php codes.

    Choose the certain page template when you add pages on Wordpress Admin Panel.

    Good luck!
    Arman
    {{ DiscussionBoard.errors[7578759].message }}

Trending Topics