• Hello,

    I would like to ad an image or add even next to the archive title. I.E. News would have an image next to. While another title say blog would have another image. The image would need to be clickable as it will be an add. Is there a way to do this?

    I tried this and it worked but the image was placed under the archive title not next to it. Let me know what can be done…

    <?php if ( is_category(Baseball) ) { ;?>
    <?
    echo '<img src="baseball image location here" width="100" height="100">';
    ?>
    <?php } elseif ( is_category(Football) ){ ;?>
    <?
    echo '<img src="football image location here" width="100" height="100">';
    ?>
    <?php } elseif ( is_category(dance_team) ){ ;?>
    <?
    echo '<img src="/dance teamimage location here" width="100" height="100" align="left">';
    ?>
    <?php } else { ;?>
    
    <?php } ;?>

    Thank YOU
    G

  • The topic ‘Add an image or ad next to Archive title’ is closed to new replies.