Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7663649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T14:06:10+00:00 2026-05-31T14:06:10+00:00

I have a wordpress website (self hosted blog), but now I need to create

  • 0

I have a wordpress website (self hosted blog), but now I need to create a page like http://www.example.com/testpage.html.

How can I do this? How this person has done it? http://lukepeerfly.com/demos/iframe/html.txt

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T14:06:11+00:00Added an answer on May 31, 2026 at 2:06 pm

    there are few ways to a “landing page” in your site. here’s 2 methods:

    1 – you can create a page in the cms and then make a template for it.

    For example, we wanna make a page named “landing”. We duplicate the page.php file in our theme and change his name to landing.php (as described here: http://codex.wordpress.org/images/1/18/Template_Hierarchy.png).

    Then, in the page’s code, in the top, we’ll write the template name in the right syntax:

    < ?php
    /*
    Template Name: landing
    */
    ?>
    
    //other html/php code here
    

    You can include the header, footer, sidebar, or choose not to include them.
    the page url will be www.mysite.com/landing.

    2 – The second way is to create a file outside your theme folder, in your server’s root directory or in some designated folder (using a ftp connection, ofcourse). in the example you brought, http://lukepeerfly.com/demos/iframe/html.txt, html.txt is probably located in root\demos\iframe directory on the server.

    your new file will be outside the wordpress. if you do want the file to be a part of your wordpress system (you need it if you want to use wordpress functions, hooks, database and etc) you’ll need to include the “wp-load.php” file in the start of your code.

    For example, our page, “landing.php”, is directory “pages” in my root directory. in the page’s code we’ll write the following lines:

    <?php 
    require('./../wp-load.php'); 
    ?>
    
    //other html/php code here
    

    In here as well, you can include the header, footer, sidebar, or choose not to include them.
    the page url will be www.mysite.com/pages/landing.php.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a WordPress blog on my website. But I've created my own page
I have a wordpress website I'm creating for a client temporarily hosted on http://dev.eatfit.co.nz/
I have created a self-hosted wordpress blog and on my ftp server everything is
I have configured WordPress to display a static front page as described here: http://codex.wordpress.org/Settings_Reading_SubPanel#Reading_Settings
I have a wordpress-generated page where I need some posts (in a specific category)
I have a WordPress driven website and I need to be able to close
Hello i have a website and a blog, i want to display my self
I have a wordpress website, recently I saw too much slow loading index page.
I have this installed on my wordpress website; http://sharethis.com/ The plugin works great and
I have a wordpress website, and I want to create a simple web commerce.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.