From: Laury GvR Date: Thu, 21 Jun 2018 19:03:23 +0000 (-0400) Subject: Member profile, move custom fields above desc X-Git-Tag: v1.0.0^2~7 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=5560bff412709c247cf1c16d13af27791a44a46a;p=WP-Themes%2Fcirclemichigan.git Member profile, move custom fields above desc --- diff --git a/glm-member-db/views/front/members/detail.html b/glm-member-db/views/front/members/detail.html index 634ceb1..a862b96 100644 --- a/glm-member-db/views/front/members/detail.html +++ b/glm-member-db/views/front/members/detail.html @@ -173,6 +173,27 @@
Expand All
+ + {if apply_filters('glm_custom_fields', 'name', $member.id) || apply_filters('glm_custom_fields', 'title', $member.id)} +
Contact
+
+ {if apply_filters('glm_custom_fields', 'name', $member.id)} +
+ {apply_filters('glm_custom_fields', 'name', $member.id)} +
+ {/if} + {if apply_filters('glm_custom_fields', 'title', $member.id)} +
+ {apply_filters('glm_custom_fields', 'title', $member.id)} +
+ {/if} + +
+ {/if} +
Description
@@ -334,26 +355,6 @@ {/if} {apply_filters('glm-member-db-front-members-detail-liveCamAfter', '', $member.id)} - - {if apply_filters('glm_custom_fields', 'name', $member.id) || apply_filters('glm_custom_fields', 'title', $member.id)} -
Contact
-
- {if apply_filters('glm_custom_fields', 'name', $member.id)} -
- {apply_filters('glm_custom_fields', 'name', $member.id)} -
- {/if} - {if apply_filters('glm_custom_fields', 'title', $member.id)} -
- {apply_filters('glm_custom_fields', 'title', $member.id)} -
- {/if} - -
- {/if} {apply_filters('glm-member-db-front-members-detail-dataBottom','',$member.id)}