diff --git a/templates/content-agency-grid.php b/templates/content-agency-grid.php index c6633116..1e61d3fe 100755 --- a/templates/content-agency-grid.php +++ b/templates/content-agency-grid.php @@ -8,7 +8,7 @@ $address = get_post_meta( get_the_ID(), OPALESTATE_AGENCY_PREFIX . 'address',
- is_featured() ): ?> + is_featured() ): ?>
@@ -16,7 +16,7 @@ $address = get_post_meta( get_the_ID(), OPALESTATE_AGENCY_PREFIX . 'address',
- get_trusted() ): ?> + get_trusted() ): ?> diff --git a/templates/content-agency-list.php b/templates/content-agency-list.php index db47eeaf..87e35e30 100755 --- a/templates/content-agency-list.php +++ b/templates/content-agency-list.php @@ -9,7 +9,7 @@ $address = get_post_meta( get_the_ID(), OPALESTATE_AGENCY_PREFIX . 'address',
- is_featured() ): ?> + is_featured() ): ?>
@@ -24,7 +24,7 @@ $address = get_post_meta( get_the_ID(), OPALESTATE_AGENCY_PREFIX . 'address',

- get_trusted() ): ?> + get_trusted() ): ?> diff --git a/templates/single-agency/author-box.php b/templates/single-agency/author-box.php index 044dfc39..e8b833ee 100755 --- a/templates/single-agency/author-box.php +++ b/templates/single-agency/author-box.php @@ -17,7 +17,7 @@ $address = $agency->get_meta( 'address' ); ?>
- is_featured() ): ?> + is_featured() ): ?>
@@ -26,7 +26,7 @@ $address = $agency->get_meta( 'address' ); ?>
- get_trusted() ): ?> + get_trusted() ): ?>