• Hello ,
    My english aint so good so i ask your help.
    Im lookin a way to display category image over thumnail.
    Can u give me some keywords so i can search it out myself?
    Or is there any plugin for that?

    example:(in the left upper corner of thumbnails there are these images that shows categorys)
    designcartDOTorg

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mike444

    (@mike444)

    I Could do it with css, but dont know how to distinguish images over different categorys.

    Thread Starter Mike444

    (@mike444)

    <?php // category featured image
    $category = get_the_category();
    echo '<img src="'. get_bloginfo('template_directory') .'/file/path/'. $category[0]->cat_name .'.png">';
    ?>

    I think this will work. If you have something different let me know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category image over thumbnail image?’ is closed to new replies.