Skip to main content

Blog

The Blog Management tool allows you to publish content to your member portal via a simple interface. You can create posts, include images and rich content, restrict visibility to members only, and control whether the blog is enabled or disabled entirely.

This tool is available in the owner dashboard for businesses using the member portal system.


๐Ÿ“ข Enabling or Disabling the Blogโ€‹

You can enable or disable blog functionality for your portal by clicking either:

  • Enable Blog Posting โ€“ Turns on the blog feature for your subdomain
  • Disable Blog Posting โ€“ Turns it off and hides the /blog page entirely

These actions appear as buttons in the blog admin interface and require confirmation.


โœ๏ธ Creating a Blog Postโ€‹

Click Create to open the blog post editor. The following fields are available:

FieldDescription
TitleTitle of your blog post. Automatically generates a slug.
SlugURL-friendly version of the title. Must be unique for your subdomain.
ImageOptional featured image (uploaded and stored per subdomain).
ContentRich text content editor with support for images and file attachments.
Member OnlyIf enabled, post will only show to logged-in members.
PublishedControls whether the post is publicly visible.

๐Ÿ“ฉ Waitlist Interest Tagsโ€‹

You can embed a waitlist interest tag directly into a blog post by inserting:

{{ your_topic }}

For example, typing {{yoga}} will embed an interest form that flags responses as interested in "yoga". These responses appear in the Waitlist section of your admin dashboard.


๐Ÿงพ Managing Blog Postsโ€‹

Each blog post in the table view shows:

  • Title
  • Slug
  • Published (toggle)
  • Member Only (toggle)
  • Created At

Actions available:โ€‹

ActionDescription
EditOpens a side panel with the full edit form
ViewOpens the live blog post in a new tab (based on your subdomain and slug)
Toggle PublishedInstantly un/publish the post inline
Toggle Member OnlyRestrict or unrestrict post visibility to members

๐ŸŒ Blog URL Structureโ€‹

Once enabled, your blog is available at:

https://your-subdomain.managememberships.com/blog

Individual posts live at:

https://your-subdomain.managememberships.com/blog/{slug}


๐Ÿ” Member-Only Postsโ€‹

If you mark a post as member only, it will only be visible to logged-in users of your portal. Logged-out visitors will not see it listed or be able to access the URL directly.


๐Ÿ“ File Uploads and Attachmentsโ€‹

  • Blog images are stored under:
    your-subdomain/blog/

  • File attachments added via the Rich Editor are stored under:
    your-subdomain/blog_attachments/

You can safely upload PDFs, images, and other media directly into your posts.