Need to add sponsor banner before posts on Category archive page SOS
-
hi guys, i need help, i trie ti Added this code in my theme in fuctions.php
function sponsor_banner($post) { static $already_run = false; if (is_category('uncategorized')) { if ( !$already_run) { ?> <img src="/path/to/banner.jpg"> <?php $already_run = true; } } } add_action('the_post', 'sponsor_banner');
but when I try to add a new o edit some category, I do not see any changes or add something extra to the sponsor code, I use the Arras theme, wodpress 3.2.1 spanish version, Arras will be the theme difficult to add this code?.. Please guys i need help to solvent this.! SOS
- The topic ‘Need to add sponsor banner before posts on Category archive page SOS’ is closed to new replies.