| 1 |
<?php |
| 2 |
usces_the_item(); |
| 3 |
|
| 4 |
$html = '<div class="loopimg"> |
| 5 |
<a href="' . get_permalink($post->ID) . '">' . usces_the_itemImage(0, 100, 100, $post, 'return') . '</a> |
| 6 |
</div> |
| 7 |
<div class="loopexp"> |
| 8 |
<div class="field">' . $content . '</div> |
| 9 |
</div> |
| 10 |
'; |
| 11 |
$html = apply_filters( 'usces_filter_item_list_loopimg', $html, $content); |
| 12 |
?> |
| 13 |
|