Title: Install wordpress in HTML
Last modified: August 19, 2016

---

# Install wordpress in HTML

 *  Resolved [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/)
 * I’m pretty new to all of this, so here’s a basic question:
 * How do I embed wordpress in an already created HMTL page? I don’t want a generic
   template, I just want my posts to show up on my already created webpage.
 * Thanks for any help!

Viewing 15 replies - 1 through 15 (of 15 total)

 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862817)
 * P.S. I’m using Midphase (anhosting) and have access to Fantastico- if that makes
   any difference.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862820)
 * thats not really a basic question, but here’s your answer:
 * 1. you use feeds .. and embed those.
 * 2. You use PHP, create a proper loop, call the right files, etc..
 * nether of the above solutions will work on a file that ends with .htm or .html
 * You cant just paste PHP into a html file and have it work.
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862822)
 * Wow, OK I’m glad it’s not a basic question, because I was having a really hard
   time figuring it out how to do it through info pages!
 * Thanks for your reply.
 *  [anything-tips](https://wordpress.org/support/users/anything-tips/)
 * (@anything-tips)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862829)
 * Write the following line inside your .htaccess file on your server(if u don’t
   have one create one on text file, upload to root directory and rename it to .
   htaccess):
 * >  AddType application/x-httpd-php .html
 * then copy and paste the code inside the wordpress index.php into ur already existed
   html file.
 * Hope this helps
 *  [Sushubh](https://wordpress.org/support/users/sushubh/)
 * (@sushubh)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862830)
 * but wordpress is now much more than just index.php file. the template directory
   has several files which are all required for proper functioning of the blog.
 *  [whooami](https://wordpress.org/support/users/whooami/)
 * (@whooami)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862832)
 * > AddType application/x-httpd-php .html
 * that solves the “cannot put PHP into an .html file’ issue. Thats not the real
   issue here though, and isnt going to accomplish what the OP wants.
 *  [anything-tips](https://wordpress.org/support/users/anything-tips/)
 * (@anything-tips)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862837)
 * Won’t index.php code use functions calls to excute all other related wordpress
   files if it was implemented this way inside his already made html file?
 *  [anything-tips](https://wordpress.org/support/users/anything-tips/)
 * (@anything-tips)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-862838)
 * I understood his question, but i thought this will be a simple workaround. and
   no harm done if it didn’t work, he might give it a try.
    [ofcourse after installing
   the wordpress files normal way first]
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863055)
 * Here’s my problem, I want to put the blog on the index page. I’ll give links 
   to clarify:
 * I want this — [http://www.fleuris.ca/blog/](http://www.fleuris.ca/blog/)
 * to be (RSS?) fed here — [http://fleuris.ca/](http://fleuris.ca/) (in the faded
   grey box)
 * I posted this question before, but I would really appreciate a step-by-step procedure
   if anyone has one.
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863056)
 * [http://codex.wordpress.org/WordPress_Feeds](http://codex.wordpress.org/WordPress_Feeds)
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863059)
 * Which RSS feed should I choose? Does it mess up the rest of my HTML if I add 
   it to my index page?
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863066)
 * My other worry about doing this is the fact that Wooami stated that
 * > nether of the above solutions will work on a file that ends with .htm or .html
 * Any ideas?
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863105)
 * Please reply. I would really like to resolve this post.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863106)
 * Well, your whole approach as stated in the title of this topic (_Install wordprsss
   in HTML_) will never fly. WordPress is all PHP and nothing will work on a html
   file. (Although they gave you above some workaround even for that.)
 * And no, you cannot just “add” the RSS feeds to the “rest of your HTML” either.
 * You could also try to read [this tutorial](http://moshublog.com/2005/07/05/integrate/)–
   but that works also only on .php files. If you can rename your existing file 
   to .php, you may give it a try.
 *  Thread Starter [fleuris](https://wordpress.org/support/users/fleuris/)
 * (@fleuris)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863107)
 * Thank you. I’ll try my best.

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Install wordpress in HTML’ is closed to new replies.

## Tags

 * [embed](https://wordpress.org/support/topic-tag/embed/)
 * [html](https://wordpress.org/support/topic-tag/html/)

 * In: [Installing WordPress](https://wordpress.org/support/forum/installation/)
 * 15 replies
 * 6 participants
 * Last reply from: [fleuris](https://wordpress.org/support/users/fleuris/)
 * Last activity: [17 years, 7 months ago](https://wordpress.org/support/topic/install-wordpress-in-html/#post-863107)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
