Jump to content

wordpress problem (want to add new php file )


karan23424

Recommended Posts

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

 

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/

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.