February 6, 2014 at 4:01 am
#4886
Guest
Hi Ron,
I added to function.php this function of probe:
function shortcode_thanks() {
return ‘ THANKS!
‘;
}
add_shortcode(‘thanks’, ‘shortcode_thanks’);
and I put in the Frontier Options- Display- Footer Text this shortcode: [thanks]
but don’t work,
can you help me, please ? I’m not a “Guru” of PHP.
Thanks and regards..