Support

Account

Home Forums Front-end Issues display Category Image in loop and link Reply To: display Category Image in loop and link

  • Is this what you mean to do?

    echo  '<a href="' . get_term_link( $type ) . '">'
        . '<img class="imagenes" src="' . $image['url'] . '" />'
        . '</a>'
        . '<div class="name">' . $type->name . '</div>'
        . '<small>' . $type->name . '</small>';