Is there a way to have a true HTML page with WP?

5 replies
Let me explain...

Can I make a true HTML page (or even a PHP page) I suppose with something like this...

Non-Guru Case Study (can something like this be PHP?)

...as the home page without reinstalling WP on a differnent level or subdomain?

I know there is a home.php and I can select a page from within WP to be a static home page...

I'm lost.
#html #page #true
  • Profile picture of the author radhika
    There is an option in WP settings where you can define page extentions like .html or .htm etc. You can use it to make it look like real web site.

    .
    Signature
    Follow up Autoresponder PRO :: 33% Discount!!
    FREE Upgrades! IMPROVED Email Deliverability!!
    {{ DiscussionBoard.errors[899456].message }}
    • Profile picture of the author Brian Robinson
      Originally Posted by radhika View Post

      There is an option in WP settings where you can define page extentions like .html or .htm etc. You can use it to make it look like real web site.
      Granted, I've had a few Coors Lights tonight... well, okay, since breakfast... well okay, since before breakfast... but where is that in the settings?! I don't see it at all! :confused:
      {{ DiscussionBoard.errors[899507].message }}
  • Profile picture of the author The Pension Guy
    Originally Posted by Brian Robinson View Post

    Can I make a true HTML page (or even a PHP page) I suppose with something like this...
    Actually, you can.
    The trick is to make that whole .php file a Page Template in your theme with the proper code lines at the top* to make WP recognize it, then create a new Page using that template (no need for any content in it) and, finally, select that Page as your frontpage.

    ___________________
    <?php
    /*
    Template Name: My Tricky Template
    */
    ?>
    Signature

    {{ DiscussionBoard.errors[899473].message }}
  • Profile picture of the author The Pension Guy
    Adding extensions to the posts can be done in Settings > Permalinks.
    Select your custom permalink structure and add to the end ".html" However, that will not solve your issue to make a page (Page in WP) that looks like the example you gave; it will just add html to your WP posts, nothing else.
    So what is it what you want? To have html at the end of your posts (which in most of the cases is completely useless) or to be able to create a Page that looks different than your other WordPress Pages?
    Signature

    {{ DiscussionBoard.errors[899579].message }}
  • Profile picture of the author Korey Carter
    Here is a link to a video that will help you get it done. This video makes it very easy.

    Signature

    Our Secure Shopping Cart will integrate into any website quickly and easily! We also have a Wordpress plugin to make any Wordpress site a full fledged Ecommerce site.

    {{ DiscussionBoard.errors[899600].message }}

Trending Topics