2016-10-13, 08:04:27
I have a page template and I want to use this plugin to include/exclude a section of the page. I need to write in the template (in php tags, obv)
When I use this plugin I see the text include('banner.inc.php'); on the page but not the banner itself.
[Edit] my php is not getting processed. Is this just a fact - that I can't insert php like this? Or is there a way round it?
Code:
include('banner.inc.php');
[Edit] my php is not getting processed. Is this just a fact - that I can't insert php like this? Or is there a way round it?