I know this is a fairly simple task but I think there’s something I’m missing here. I want to put in a PHP page I have built from another site into my current WordPress site, beneath the content section and above the footer. There is no coding within this section, just content. It only needs to be called upon and appear where I need it to on the page.
Some searching has lead me to believe it belongs in the page or single template before the footer. I’ve tried include tags and the like without any luck. Can anyone shed some light on this? Any help will be really appreciated.
Go to the footer.php from your WordPress theme and add
after the last
include.