Ohh, really? I am very waiting your next update! It will be gorgeous if we can put any metadata to it!
Now, I need a little bit mor help.
I have just put it your suggestion into your theme file (a-z-listing.php).
<ul class="columns max-<?php
echo $column_limit;
?>-columns">
<?php
while ($a_z_query->have_items()):
$a_z_query->the_item();
?>
<li>
<a href="<?php
$a_z_query->the_permalink();
?>">
<?php
$a_z_query->the_title();
?>
</a>
<?php
$a_z_query->the_item(); // revert this to how it was before your modifications
$post = $a_z_query->get_the_item_object( 'I understand the issues!' );
$post2 = $a_z_query->get_the_item_object( '_staff_member_email' );
echo get_post_meta($post->ID, '_staff_member_email', true);
print $post;
print $post2;
?>
</li>
<?php
endwhile;
?>
</ul>
Unfortunately, when file is rendered, no changes appear.
Did you mean by this? Or I did wrong something.