Hi guys, how to output city and state in EasySocial profile ?
The code below outputs only the state, city is not displayed
Thanks !
The code below outputs only the state, city is not displayed
<?php if( $this->template->get( 'profile_address' , true ) ){ ?>
<?php echo $this->render( 'fields' , 'user' , 'profile' , 'profileHeaderB' , array( 'ADDRESS' , $user ) ); ?>
<?php } ?>
Thanks !