karan23424 Posted June 3, 2009 Share Posted June 3, 2009 i want to add new php page in the wordpress please explain how i can do that suppose i have a test.php file having code <?php echo "hello this is test"; ?> now i want to call this page on link given in right navigation and on clicking the link it should display the "hello this is test" text in the body part please reply to this post thanks Link to comment https://forums.phpfreaks.com/topic/160805-wordpress-problem-want-to-add-new-php-file/ Share on other sites More sharing options...
ldougherty Posted June 3, 2009 Share Posted June 3, 2009 This would depend on the template you are using in WordPress. The first thing you would need to do is create your test.php file and upload it to the server. Then you would need to use the template editor in your WordPress administrator to edit the menu to include a link to your test.php If you have not already I suggest browsing through the WordPress support forums as that would be your best place for issues with WordPress and WordPress templates. http://wordpress.org/support/ Link to comment https://forums.phpfreaks.com/topic/160805-wordpress-problem-want-to-add-new-php-file/#findComment-848714 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.