From 2e48bafe16bcfc63ca582f07b31747a9c6002919 Mon Sep 17 00:00:00 2001 From: Hoang Huu Date: Fri, 28 Feb 2020 16:12:39 +0700 Subject: [PATCH] Fix frontend setitng --- templates/content-agency-grid.php | 4 ++-- templates/content-agency-list.php | 4 ++-- templates/single-agency/author-box.php | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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() ): ?>