Hi SP team,
my first attempt to use a template tag seems to be not successful. I just tried to put
<?php sf_pm_tag(true, false); ?>
in one of my side templates and also the shortcode version
[sf_pm_tag]
but both won’t work.
From the code version I get a fatal php error ‘call to a undefined function in …’ and from the short code version I get nothing.
The plugin ‘Template Tags’ is installed and activated. Am I missing something?