Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29205

    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

    #140026

    Hi,

    You can use a plugin to do that, however it may require some coding.

    Regards,

    Josue

    #140027

    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?

    #140028

    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().'" />';

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Another photo per category (banners)’ is closed to new replies.