07/17/2014 at 9:52 am
#297317
Keymaster
@ Chris
re: I would like to limit the addresses displayed to only one address. Ideally it would show the preferred address
To show just the preferred address this should work:
<?php $entry->getAddressBlock( array( 'preferred' => true ) ); ?>
re: list how many other addresses are listed with the other city & states displayed.
Sorry, I do not understand…
re: pagination
Refer to the Market template on how it was enabled in the market.php file. Lines 304-307, 417-423 and 468-471.
Hope that helps!
