Hello,
We are a football club and would like to show (team photo) for each team a different banner. Another photo per category (banners)
Jochen
If I change to a different category, then to the banner at the top show a different picture! The proposed from you plugin does not do that yet?
With programming that is nothing. Why the Encore does not offer such a thing?
You can also try this plugin: http://wordpress.org/plugins/categories-images/
It’s quite easy to implement it in Enfold. Open up archive.php and replace
<div class='content <?php avia_layout_class( 'content' ); ?> units'>
<?php
with
<div class='content <?php avia_layout_class( 'content' ); ?> units'>
<?php
if (function_exists('z_taxonomy_image_url')) echo '<img src="'.z_taxonomy_image_url().'" />';