PHP Code into RSS Footer
-
Dear friend, can I put php code into RSS Footer to display banners from “Ad-Minister”?
I whant to put this code:
<?php
$args = array(‘position’ => ‘Banners’, ‘Livros’ => ‘This is the banner on top of every page’, ‘before’ => ‘<div class=”ad”>’, ‘after’ => ‘</div>’);
do_action(‘ad-minister’, $args);
?>Thank you.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘PHP Code into RSS Footer’ is closed to new replies.