How do I create a new .php Page in WordPress?
Moderator: General Moderators
How do I create a new .php Page in WordPress?
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.
- Gente
- Forum Contributor
- Posts: 252
- Joined: Wed Jun 13, 2007 9:43 am
- Location: Ukraine, Kharkov
- Contact:
Custom template
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
Look at the "Page Templates" section here http://codex.wordpress.org/Pages
How to disabling wysiwyg editor in Wordpress
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 .....
What do you want as your homepage? Maybe this will help? http://codex.wordpress.org/Creating_a_Static_Front_Page