From: Steve Sutton Date: Wed, 27 Jun 2018 14:56:30 +0000 (-0400) Subject: Update theme view file for contacts list X-Git-Tag: v1.0.16^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0f9ed89f427fc66d27f67627b2e305c717de3dfe;p=WP-Themes%2Fmigcsa.git Update theme view file for contacts list Need to setup company name and position correctly had them switched. --- diff --git a/glm-member-db-contacts/views/front/contacts/list.html b/glm-member-db-contacts/views/front/contacts/list.html index 6c30c60..9e9a064 100644 --- a/glm-member-db-contacts/views/front/contacts/list.html +++ b/glm-member-db-contacts/views/front/contacts/list.html @@ -137,9 +137,9 @@ and open the template in the editor. {if $contact.url}
Website: {$contact.url}
{/if}
- {$company = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )} + {$company = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )} {if $company}
Company Name: {$company}
{/if} - {$position = apply_filters( 'glm_custom_fields', 'Company Name', $contact.id )} + {$position = apply_filters( 'glm_custom_fields', 'Company Position', $contact.id )} {if $position}
Company Position: {$position}
{/if}
diff --git a/style.css b/style.css index 8f9e5f7..6342357 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: MiGCSA Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for MiGCSA -Version: 1.0.15 +Version: 1.0.16 */