How to pass data between wordpress pages

前端 未结 2 797
情歌与酒
情歌与酒 2020-12-10 10:11

I am new to wordpress and i want to transfer data from one page to another in wordpress. I used php to post my form data to a wordpress page. My code is:

<         


        
2条回答
  •  情歌与酒
    2020-12-10 10:37

    If you need to go to one of your WordPress page, please don't put the direct link in action. Instead of that put the below php code.

    /your-page-name/' >

    If you wants to go to a particular file inside your template directory put the below code

    /your-page.php' > 
    

    Check this WordPress codex page for more about bloginfo.

     
    

    will generate the base site url.

提交回复
热议问题