Oct
How to add my own designed page to my wordpress blog?
How to add my own designed page to my wordpress blog?
Yes. You can add your own designed custom page to your wordpress blog. In this tutorial i will explain you briefly “How to add custom page to your wordpress theme”. Recently one of my friend quoted me this question
- Hey i know html. I can create my own pages in html using dreamweaver. But I don’t know how to edit php pages or else I don’t know how to create my own (custom page) php page-
Well, not only to my friend many of you are facing with this problem .Nothing difficult, we can easily solve this problem. Just create your own page in html as you like but save it in .php extension. Let me explain you clearly ?
Just open your note pad file and paste this code as shown below:
Don’t edit anything :
——————————————-
<?php
/*
Template Name: Elechub
*/
?>
<html>
——————————————-
Now copy this code in your dreamweaver project and paste just below
<title>Untitled Document</title>
</head>.
Now you design your page as you wish and save that file in .php extension. Open your FTP and save that file in /wp-content/themes/yourpresenttheme/ .
Now you open your wordperss blog -> click on Write -> Write page -> click on code and paste “Elechub” without quotes as shown in below picture. At left side you can see Page template. Select Elechub instead of default template and save your page. Everything is done successfully. Now you can open your own designed page.
You can easily create your own custom page in wordpress. As I know there are many readymade html templates are available in Internet. You can get wallpapers template, scripts, company website designs etc in html format. You just open those templates in dreamweaver and edit footer, logo etc and save it in .php extension. This is how I do with my other websites. I don’t buy any templates or scripts. I know how to create my own php custom template ;)
If you are having doubts you can contact me. By the way i am having total 180 HTML templates in zip file. You can get each and every type of template. You can easily create wallpapers site, company website, songs website etc etc. You just pm me with your email. I will try to mail you with zip file link in next 24 hours.
Related posts:
December 5th, 2008 at 4:15 pm
This is very helpful. Does this still work if I already have a full webpage in
html that I would like to show up as one in place of one of the pages? I have
a folder and stuck the html file in it, but when the site doesn’t show it all. Any advice?