Advertisement
Guest User

Featured Items - Categories Images

a guest
Nov 7th, 2013
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1.                     <ul>
  2.                         <?php foreach ($features_array as $feature_item) { ?>
  3.                         <li>
  4.                     <?php if (function_exists('z_taxonomy_image_url')) { ?>
  5.                     <img src="<?php echo z_taxonomy_image_url(); ?>" alt="<?php the_title(); ?>" />
  6.                     <?php } ?>
  7.                 &nbsp;<?php echo $feature_item; ?></li>
  8.                         <?php } ?>
  9.                     </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement