Can an EZ-Page contain PHP or must it just be purely (X)HTML? For example, can I code something like:
HTML Code:
Please see our
<?php echo zen_ez_pages_link(14, 2); ?>
page for more info.
I suspect that the contents of the EZ-Page is not processed by the PHP interpreter ... but then again I'm probably doing something wrong.