vaib007
Member
Posted 2 years ago #
Hi,
I am using defult theme for my web site. I've created new page templates and uploaded it.
But when i tried to add new page by selecting new template these new templates are not appearing in templates drop down.
Also how to get rid of "Hello world .... " post. Since i am using wordpress for website but not blog I want to use pages but not posts.
Please help, i am new to wordpress.
Regards
Did you put the comment header at the top of your new templates?
<?php
/*
Template Name: MyTemplateName
*/
?>
as described in
http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates
to get rid of Hello World, in the admin section click on Posts and then Edit. When you see the post title Hello World, point at it - a menu appears - click Delete
vaib007
Member
Posted 2 years ago #
hi stvwlf,
Yes i've above comment at the top of new templates.
If this info helps you... just FYI : my webpage/ site is not hosted on wp. My website is hosted on diffrent server.