• I want to insert in the attachment page, a category image clickable to another site.

    I inserted already in the gallery page (single page) using:

    <?
    if (in_category('5')) {include('cat5.php'); }
    elseif (in_category('6')) {include('cat6.php'); }
    ?>

    I tried this for the attachment page and is not working.

    Thank you, guys!

  • The topic ‘Category image on attachment page’ is closed to new replies.