Is it possible to call php functions from within a post.
For example, in the middle of the text of my post I'd like to insert some HTML code that is generated by a simple php function.
Simply writing
<?php myfunction(argument1,argument2); ?>
doesn't seem to work.
thanks in advance for any help!