Execute brackets [] tags in theme files?
-
I try to use the plug-in multifeedsnap to leech content via RSS to my blog. But I have trouble getting this plug-in to work outside of a post or a page, since I only know the code with brackets. My header.php doesn’t know what to do with this brackets so it’s just displayed as text.
According to the documentation I should use:
[feedsnap, 8]feedurl[/feedsnap]
Then I thought it would be possible to use
<?php if (function_exists('multifeedsnap_function')) { multifeedsnap_function("[feedsnap, 4]https://wordpress.com/tag/hot-blogger-bracket/feed/[/feedsnap]"); } ?>
to activate the plug-in in my header. But it doesn’t work. Any thoughts?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Execute brackets [] tags in theme files?’ is closed to new replies.