Hi,
i play with the Template Tags/is_category to show the banner img to each category post, and it work perfectly:
<?php if (is_category()) { ?>
<img src="<?php foreach((get_the_category()) as $category) { echo get_bloginfo ( 'stylesheet_directory' ) . '/cat-banner/' . $category->category_nicename . '.jpg" alt="' . $category->cat_name . '" />'; } ?>
</img>
but this code dont show any thing when i browse a page inside any category!!!
what's the solution pls, and sorry for my english.
Thanks