How do I create a new .php Page in WordPress?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

How do I create a new .php Page in WordPress?

Post by basudeb »

I have installed WordPress blog in my project. Now in the home page of the blog i want to show a link say "Blog Listing" and clicking on it a new page will appear and will show all the listings of the blog. I also downloaded list-all_0_0_2.zip . and used the function list_all_wpmu_blogs(LIMIT, DISPLAY, BEGIN_WRAP, END_WRAP, ORDER), but the losting shows in the home page .But i need to show it in a new page. Please give me the suggestion how to create a new page to show the listing.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

have you tried in the admin write >> write page? that seems like it'd be the ticket
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Custom template

Post by Gente »

As I remember you can specify the template for the page. Just create new template and use php-functions you want
Look at the "Page Templates" section here http://codex.wordpress.org/Pages
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

How to disabling wysiwyg editor in Wordpress

Post by basudeb »

I installed the exec-php.php file in plugins and also activated the plugins . But can not disabling wysiwyg editor in Wordpress and for that the php code is not recognized .Please give suggestion .....
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

What do you want as your homepage? Maybe this will help? http://codex.wordpress.org/Creating_a_Static_Front_Page
Post Reply