I’m using blog posts for my membership content and I’ve run out of space on my archives page. Now I have an “Older” link at the bottom, but I’d like to rename it “See More” and style it differently.
No problem!
Yes, Squarespace blog archives pages display a maximum of 20 posts, and when you have more than that, an “Older” link will appear to link readers to previous posts. We can update this, but we’ll need a little custom code.
First, find your blog archive page collection ID following the instructions in Module 4 (and that handy dandy Squarespace Collection/Block Identifier Google Chrome extension).
Then, to update the text that appears for the “Older” label, copy/paste this code in your Squarespace CSS editor (Design > Custom CSS), adding in your own collection ID and replacing “NEW TEXT” with the specific text you’d like to display:
#collection-id .BlogList-pagination-link-label {
visibility: hidden;}
#collection-id .BlogList-pagination-link-label:after {
visibility: visible;
content: "NEW TEXT";}
And copy/paste this code if you’d like to update its styling (updating any of the descriptors with your own font, color, size preferences, etc.):
#collection-id .BlogList-pagination-link-label {
font-family: FONTFAMILY;
font-size: SIZE;
color: COLOR;}
What’s up with the new Squarespace Member Areas? Should I be using it?
This is a great question, and one we’ll be putting together lots more content on! Squarespace just released their own version of membership protection, “Member Areas,” which is exciting in some ways, but also with the caveat: MemberSpace is still a more robust and flexible membership tool, more affordable in some cases, and perhaps necessary in many (there are limits to what Member Areas is currently capable of).
I see Member Areas as an additional option for fairly simple membership programs (and am adding that into the course content here if you’d like to consider it!)… but I think MemberSpace will still be a better option for most programs, as it has more capability and flexibility.
In any case, more details on the new Member Areas coming soon! And in the meantime, here’s an overview of its functionality, and how it compares to MemberSpace: What to Know About the New Squarespace Member Areas // Squarespace Member Areas vs. MemberSpace: Which Is Best for You?
How can I connect my Squarespace Member Areas sign-ups to my Mailchimp mailing list?
You can’t. 😬
Squarespace is probably trying to promote their Email Campaigns here (it’s seamlessly integrated with Member Areas), but there’s currently no direct way to send new sign-ups from Member Areas to your email list on another platform (like Mailchimp, ConvertKit, Flodesk, etc.). The only way to get your members over to those lists is to manually export the list of members from Squarespace and manually add them to your mailing list elsewhere.
This is, of course, not ideal, and not feasible for programs that use an automated welcome email with instructions, etc. (Technically, you could add that welcome info to your Squarespace automated confirmation email… but you’d still need to export/import members into your email marketing tool to communicate with them about your program, if that’s something you see being necessary down the road.)
How can I set up different subscription options in Squarespace Member Areas? For example, a monthly fee and a slightly discounted annual fee?
Sadly, Member Areas views these as two different “areas.” (Each Member Area can have only one payment option associated with it.)
So, that means you’ll need to create two separate Member Areas (which bumps you up to the second pricing tier, so just note the cost difference), and you’ll have to duplicate content between the two Member Areas—they can’t share pages. And, not to be a downer, but since that duplicate content requires separate pages, you’ll also need to use two different URLs for the two versions of the same page content. (So, just be careful with that if you’re linking a page to your members! They’ll have different links, depending on which payment option they signed up with.)