sashikanta
Member
Posted 2 years ago #
Hi Please See the website http://sashikanta.info/ for practice purpose I just created a template for my website so I want to use wordoress as a CMS also as a Blog. so my question is I had created a webpage and its coming in the frontpage and under the theme I just created another webpage about_sashikanta.php but while I am going to click it its not opening. Could you please tell me how to enable it? Link Given Below
http://sashikanta.info/wp-content/themes/Quadro/about_sashikanta.php
is there any code or any config i need to do on wordpress?
Use Admin/Pages/Add New to create a new page.
sashikanta
Member
Posted 2 years ago #
Hi Esmi,
I want to put a new PHP file into my Themes directory and I want to llink. Is This possible?
wp_noobamatic
Member
Posted 2 years ago #
Sure you can. You can put as much php files as you want t0 just upload the files to your theme directory folder which usually looks like this ../wordpress/wp-content/themes/"name of your theme folder here" Hope this helps!
I want to put a new PHP file into my Themes directory and I want to llink. Is This possible?
http://codex.wordpress.org/Pages#Page_Templates
Page templates work very differently to regular pages... you'll need to do a bit of reading though....
sashikanta
Member
Posted 2 years ago #
I think this is not possible, see my page is not coming. http://sashikanta.info/wp-content/themes/Quadro/about_sashikanta.php
If this is possible so what would be the link for the above page?
Perhaps if you could explain what it is you're attempting to do i can respond with relevant information..
If you want a static page, use the WordPress pages...
"Admin > Pages > Add new"
The url for the page (the permalink) is shown by the title when you're creating it... You're also see page template options to the right (for details on those refer to my previous link).