简体   繁体   中英

How to include php file to wordpress theme(index.php)

I would like to include cars.php file to index.php theme; the cars.php file is script, which loads data from the server and works as booking system, when I am trying to connect as usual way include('/.cars.php'); , and check the source code in browser, its there, but no forms appear.

Could be the problem with wordpress engine itself?

I think you have a typo include('/.cars.php'); is likely include('./cars.php');

What you have now would look in the root directory for a file called .cars.php

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM