Advertisement
Guest User

Band-naam

a guest
Feb 24th, 2014
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.29 KB | None | 0 0
  1. <?php
  2.     $band_naam = get_field('band_naam');
  3. ?>
  4.  
  5. <?php if( $band_naam ): ?>
  6. <?php foreach( $band_naam as $band_naam ): ?>
  7.     <a href="<?php echo get_permalink( $band_naam->ID ); ?>"><?php echo get_the_title( $band_naam->ID ); ?></a>
  8.                                
  9. <?php endforeach; ?>
  10.                            
  11. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement