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/160800-wordpress-problem-want-to-add-new-php-file/ Share on other sites More sharing options...
The Spook Posted June 4, 2009 Share Posted June 4, 2009 Well, you could use a plugin to allow inline execution of PHP on pages, or you can create a page template in your themes folder. Link to comment https://forums.phpfreaks.com/topic/160800-wordpress-problem-want-to-add-new-php-file/#findComment-849206 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.