Guest User

Untitled

a guest
Feb 28th, 2012
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="links">
  2. <?php if($cm_links->have_fields('links')) : ?>
  3. <h2>Artist Links</h2>
  4.  
  5. <?php while($cm_links->have_fields('links')) : ?>
  6. <a href="<?php $cm_links->the_value('url'); ?>" target="_blank"><?php $cm_links->the_value('title'); ?></a>
  7.  
  8.  
  9. <?php endwhile; endif; ?>
  10. </div>
Add Comment
Please, Sign In to add comment