Title: Output additional fields?
Last modified: June 4, 2019

---

# Output additional fields?

 *  [Jim](https://wordpress.org/support/users/jfkindc/)
 * (@jfkindc)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/output-additional-fields/)
 * I LOVE the alphabetical lists your plugin makes. I see you can include taxonomies
   in the output. Would it be possible, perhaps using the functions.php to include
   another field in the output? On the clients list we’d like to show the project
   that the client has us working on. Thanks, Jim
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Foutput-additional-fields%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [Jim](https://wordpress.org/support/users/jfkindc/)
 * (@jfkindc)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/output-additional-fields/#post-11602473)
 * I gave you a 5 star right…
 *  Plugin Author [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * (@diddledani)
 * [6 years, 12 months ago](https://wordpress.org/support/topic/output-additional-fields/#post-11612922)
 * Hi,
 * You can customise the output by copying the template file from `wp-content/plugins/
   a-z-listing/templates/a-z-listing.php` into your theme or child theme and editing
   to suit.
 * You will likely want to call `$post = $a_z_listing->get_the_item_object( 'I understand
   the issues!' )` inside the loop and then use the `$post` object with something
   like `get_post_meta( $post->ID ...` appropriately for your extra fields.
 * The parameter to `get_the_item_object()` must read exactly `I understand the 
   issues!` to verify that you understand that the use of this functionality might
   lead to a slowly loading page.
 * ref:
    - [https://a-z-listing.com/reference/classes/a_z_listing/get_the_item_object/](https://a-z-listing.com/reference/classes/a_z_listing/get_the_item_object/)
    - [https://developer.wordpress.org/reference/functions/get_post_meta/](https://developer.wordpress.org/reference/functions/get_post_meta/)
 *  -  This reply was modified 6 years, 12 months ago by [Dani Llewellyn](https://wordpress.org/support/users/diddledani/).
      Reason: explain the `I understand the issues!` parameter and add references

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Output additional fields?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-z-listing_d8edfd.svg)
 * [A-Z Listing](https://wordpress.org/plugins/a-z-listing/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/a-z-listing/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/a-z-listing/)
 * [Active Topics](https://wordpress.org/support/plugin/a-z-listing/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-z-listing/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-z-listing/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Dani Llewellyn](https://wordpress.org/support/users/diddledani/)
 * Last activity: [6 years, 12 months ago](https://wordpress.org/support/topic/output-additional-fields/#post-11612922)
 * Status: not resolved