Replies: 0
hiya i have a php file in my theme folder
example
themeChild/_dropdowns.php
i want to include this file on my home page
whats the best include php addon
and what would the URL be when i do this, because this URL doesnt work in the home page editor
<?php include(“_dropdowns.php”); ?>