How to integrate HTML pages in WordPress?

I have a page in HTML (index.html) and folders called images, css, js that were used in it.

Now I have to do it in WordPress. Is there a plugin for converting Html to WordPress or any other way to do it in WordPress? Please help me .. I am new to WordPress.

+5
source share
5 answers

I'm not sure of the direct method of realizing the HTML-page WordPress theme, but if you make files headerand footerfor your website, then all you have to do is convert them to make them compatible with WordPress.

You should refer to codex .

WordPress, .

WordPress , PHP. ,

  • header.php//
  • footer.php//footer file
  • index.php//
  • page.php// WP.
  • single.php// WP

, , .

+3

http://themematcher.com/

, , .. Wordpress .

+2
+1

Theres :

+1
source

here is a link for a complete solution to this problem. http://wordpress.org/support/topic/how-to-integrate-htmlphp-page-to-wordpres?replies=6

be sure to add / * Template name: Custom page template * / code snippet on the index.php page at the top in the selected theme folder, and not on the main index.php ur file.

0
source

All Articles