Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Blogging Forum


You are currently viewing our Blogging Forum as a guest. Please register to participate.
Login



Reply
New Page in Wordpress
Old 12-23-2010, 10:42 AM New Page in Wordpress
asmalik12's Avatar
Extreme Talker

Posts: 173
Name: Abdullah Saleem
Trades: 0
Hi,

Can I use new page(php) in my template like file.php ?

How will I view that? then?

Actually, I wanna use Wordpress posts and some other elements on that page.
__________________
"Think 100 times before you take a decision, But once that decision is taken, stand by it as one man." - Quaid-e-Azam
asmalik12 is offline
Reply With Quote
View Public Profile Visit asmalik12's homepage!
 
 
Register now for full access!
Old 12-23-2010, 03:49 PM Re: New Page in Wordpress
racer x's Avatar
Ultra Talker

Posts: 457
Name: Randy
Location: Northern Wisconsin
Trades: 0
I am not following here.

You can create a page template that can be "chosen" by multiple pages in the page creation area by placing the proper comment at the top of the page. This new "template" will show up in the sidebar of the page creation screen.

PHP Code:
<?php
/*
Template Name: Your Template Name
*/
?>
Then just put in all the code as normal after that.

You can also create page templates for one specific page without them showing up in the page creation screen by naming the file as so:

page-my-new-title.php

It must start with "page-" followed by the page slug "my-new-title" (example).
Using this method, Wordpress looks for a page in your database titled "my-new-title" and loads that template. If you do not have a page with that title, then WP just defaults to the regular page template.

See here for more on page hierarchy.

See here for more on creating custom pages.

Last edited by racer x; 12-23-2010 at 03:50 PM..
racer x is offline
Reply With Quote
View Public Profile Visit racer x's homepage!
 
Reply     « Reply to New Page in Wordpress
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.11003 seconds with 12 queries