Include File
-
I have made a file in “/wp-content/themes/mytheme/inc/slider.php“
Now I want to include the file in index.php. I tried with include_once
include_once get_template_directory_uri()."inc/slider.php";
but I get following error :Warning: include_once(): https:// wrapper is disabled in the server configuration by allow_url_include=0
Can you please tell the best way to include a file placed inside a theme?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Include File’ is closed to new replies.