07/21/2014 at 10:29 am
#297651
Keymaster
@ Chris
I’ve thought about this for a couple days … there’s not a builtin way to do this easily. Maybe this is as close as it gets without having to write a custom function:
<?php $entry->getAddressBlock( array( 'before' => '<div class="cn-located-in"><div class="cn-located-in-label">Also located in</div>', 'after' => '</div>', 'format' => '%city%' ) ); ?>
You would then have to use some CSS to get the layout you want. The list would still include the city from the preferred address. Other than this, this gets you really close.
Hope that helps!