Error including list.php file
-
Hi, I am attempting to include the contents of the list.php page into another page.
I am using the php everywhere plugin to include the list.php page (from the plugin themes/default directory) into another page, and it works just fine with the submission page, (submission.php) but for some reason, using the include statement with the list page, gives me a 500 error.
So I’m stumped as to why this works:
include (‘wp-content/plugins/awesome-support/themes/default/submission.php’);…but this does not
include (‘wp-content/plugins/awesome-support/themes/default/list.php’);It just gives me a 500 error when viewing the page in the browser. Is there something about the list page that prevents it from being included into another page?
thanks!
- The topic ‘Error including list.php file’ is closed to new replies.