• i want to know that how i can add my own php file say test.php in the wordpress and can call that file puting a link the right sidebar

    assume that i have only this much code in the test.php
    <?php
    echo “hello this is test”;
    ?>

    and when i click a link site should the “hello this is test” in the body portion

    thanks in advance
    please reply soon

Viewing 1 replies (of 1 total)
  • this is the wrong place to ask for support

    and surely you need to define where this will appear in the file you want it to appear in?

    so you need a line of code in body.php or wherever you’re wanting to put it.

Viewing 1 replies (of 1 total)
  • The topic ‘need help urgently’ is closed to new replies.