Skip to main content

Can I change the terms "Members" and "Membership" to something else?

I know you can edit the theme html for various pages, but the terms "Members" and "Membership" appear so frequently in the code, I don't know which instances to change. Is there a way to know which references to those two terms are visible to the enduse (member), and which are only visible to the admin?

Thanks.

Official response from

Robin, you wont be able to change the field name in your database, but you can change how it is displayed on your website. Create a custom theme and at the top of each theme page, do a search for "member" and "membership." Instances of "member" enclosed in liquid tags, such as {{ request.current_user.membership_renewal_info }}, won't be visible to website visitors. You can then change the words in white - white text in a template displays on the public website and you can change it to whatever you want it to read. 

Additional information on creating a custom theme is available in our theme documentation.

Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.
Back to top