Hi,
I have developed my homepage which is in html and I would like to replace the wordpress homepage with my own.
Is it possible?
Thank you for reply
Hi,
I have developed my homepage which is in html and I would like to replace the wordpress homepage with my own.
Is it possible?
Thank you for reply
Yes You can.
Write following code in your html file at first line and make that file .php file:
<?php
/*
Template Name:My Home Page
*/
?>
then your html code
And follow some steps
Go to admin section then create a new Page named Home and in right side there will be a option like Template.Then assign My Home Page Template to that home page.
Thanks.
You must log in to post.