Skip to content

Instantly share code, notes, and snippets.

Created November 5, 2010 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/664345 to your computer and use it in GitHub Desktop.
Save anonymous/664345 to your computer and use it in GitHub Desktop.
<div class="links">
<?php if($cm_links->have_fields('links')) : ?>
<h2>Artist Links</h2>
<?php while($cm_links->have_fields('links')) : ?>
<a href="<?php $cm_links->the_value('url'); ?>" target="_blank"><?php $cm_links->the_value('title'); ?></a>
<?php endwhile; endif; ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment