Title: Plugin AZIndex
Last modified: August 19, 2016

---

# Plugin AZIndex

 *  Resolved [lobos55](https://wordpress.org/support/users/lobos55/)
 * (@lobos55)
 * [17 years ago](https://wordpress.org/support/topic/plugin-azindex/)
 * I am setting up a bibliography site. Each publication has multiple authors (custom
   field).
    I would like to show an index of all publications of each author. AZIndex
   only takes the first value of the custom field. Is there a way to solve this,
   i.e. using all values of the custom field?

Viewing 1 replies (of 1 total)

 *  [ginocolada](https://wordpress.org/support/users/ginocolada/)
 * (@ginocolada)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-azindex/#post-1084014)
 * I guess this is what you’r looking for?
 *     ```
       <?php
       $songs = get_post_meta($post->ID, 'songs', false);
       ?>
       	<?php foreach($songs as $song) {
       			echo '<li>'.$song.'</li>';
   
       			} ?>
       	</ul>
       ```
   
 * More [here](http://gino.comfortnetworks.nl/index.php/2009/09/23/custom-field-template-plugin-for-wordpress-2-8-4/)
 * Have fun, I did!
 * Gino

Viewing 1 replies (of 1 total)

The topic ‘Plugin AZIndex’ is closed to new replies.

## Tags

 * [custom fields](https://wordpress.org/support/topic-tag/custom-fields/)

 * 1 reply
 * 2 participants
 * Last reply from: [ginocolada](https://wordpress.org/support/users/ginocolada/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/plugin-azindex/#post-1084014)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
