> ## Documentation Index
> Fetch the complete documentation index at: https://memberful.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a post

> Create, schedule, and publish newsletter posts in Memberful: send by email, post on the member website, and target specific plans or audiences.

export const RelatedDocs = ({link1, link2, link3, link4, link5, link6, link7, link8, link9, link10, className = ""}) => {
  const links = [link1, link2, link3, link4, link5, link6, link7, link8, link9, link10].filter(Boolean);
  if (!links.length) return null;
  return <section className={`related-docs border dark:border-gray-700 rounded-2xl px-6 py-4 mt-6 ${className}`}>
      <p className="mb-2 font-medium">
        <strong>Related help docs:</strong>
      </p>
      <ul className="space-y-1 mb-1 mt-1">
        {links.map((link, index) => <li key={index}>
            <a href={link.url}>{link.label}</a>
          </li>)}
      </ul>
    </section>;
};

export const ContactSupport = ({label = "Contact us to get set up →", fallbackEmail = "info@memberful.com", className = ""}) => {
  const handleClick = e => {
    e.preventDefault();
    if (typeof window !== 'undefined' && window.Intercom) {
      try {
        window.Intercom('showNewMessage');
        return;
      } catch (error) {
        console.warn('Intercom failed to open:', error);
      }
    }
    window.location.href = `mailto:${fallbackEmail}`;
  };
  return <a href={`mailto:${fallbackEmail}`} onClick={handleClick} className={className}>
      {label}
    </a>;
};

In this help article, we'll cover how to use the member website, from creating and managing posts to selecting audiences, controlling comments, choosing publishing methods, scheduling, and viewing published content.

Here are some examples:

<Columns cols={2}>
  <Card title="Caffeinated Insights" icon="coffee" href="https://caffeinatedinsights.memberful.com/posts/37866">
    Caffeinated Insights post
  </Card>

  <Card title="Olive and Thyme" icon="pizza" href="https://oliveandthyme.memberful.com/posts/37811">
    Olive and Thyme post
  </Card>
</Columns>

## Enable or disable the member website

Memberful includes a hosted website feature, which is optional. This website saves you from having to set up and operate a custom website on your own server, so you can get up and running within minutes.

Memberful's hosted website is enabled by default, but you can disable it by going to the **Website** tab, clicking the **gear** icon, and selecting **Hidden**.

<Frame>
  <img src="https://mintcdn.com/memberful/kFwRRZr7Cg98h4Ix/images/hosted-member-website/create-a-post/hidden-visibility-setting.png?fit=max&auto=format&n=kFwRRZr7Cg98h4Ix&q=85&s=2bc0a0e8b600ea651f8602cd40963009" alt="Hidden Visibility Setting" width="1440" height="1007" data-path="images/hosted-member-website/create-a-post/hidden-visibility-setting.png" />
</Frame>

To enable the website again, go to the **Website** tab, click the **gear** icon, and select either **Public** or **Members-only**.

<Frame>
  <img src="https://mintcdn.com/memberful/kFwRRZr7Cg98h4Ix/images/hosted-member-website/create-a-post/public-visibility-setting-1.png?fit=max&auto=format&n=kFwRRZr7Cg98h4Ix&q=85&s=7e58cb1a9628eb57d83b803b33547533" alt="Public Visibility Setting" width="1440" height="1012" data-path="images/hosted-member-website/create-a-post/public-visibility-setting-1.png" />
</Frame>

## Create a new post

Go to *Content → Posts* from your Memberful dashboard, and click **Create a post.**

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/create-a-post.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=27a39d3d28b8ece3b2e974993b97fe11" alt="Create a Post" width="1440" height="478" data-path="images/hosted-member-website/create-a-post/create-a-post.png" />
</Frame>

Add a title and content for your post. Use the icons at the top of the content editor to format your content and add elements like links and images.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/add-title-and-content.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=15e3b433a1ed03368edb5acbf24405fb" alt="Add title and content" width="1440" height="549" data-path="images/hosted-member-website/create-a-post/add-title-and-content.png" />
</Frame>

You can also drag and drop images from your computer into the content editor. We recommend images that are exactly 768px wide as we will automatically downsize images that are larger than that.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/drag-and-drop-images.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=b79d5b019c3ef1a6f6bc4ec2456d3624" alt="Drag and drop images" width="1440" height="1007" data-path="images/hosted-member-website/create-a-post/drag-and-drop-images.png" />
</Frame>

Images will be automatically resized to fit the width of the content area. If you'd like an image to appear smaller than the full width of the content editor, use your favorite image-editing app or a free online tool like [this one](https://onlinetools.com/image/pad-image) to add some margins to the left and right of the image before uploading it.

To turn an image into a clickable link, click the image in the editor, then click the **link** icon that appears on it.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/link-image.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=4ffd3c953967dfbe96ba1ed7175935fc" alt="Link image" width="1440" height="1096" data-path="images/hosted-member-website/create-a-post/link-image.png" />
</Frame>

Memberful will automatically use the name of the image file as the caption. Click the caption to enter a custom one.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/edit-image-caption.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=7c5766d036f58645b4abff73595927ce" alt="Edit image caption" width="1440" height="1026" data-path="images/hosted-member-website/create-a-post/edit-image-caption.png" />
</Frame>

## Upload videos to a post

You can upload or drag and drop video files into your post for paid members. Follow our [video processing guidelines](/website-builder/video-content/video-processing) for the best streaming quality, then go to your post and click **Add featured video** to upload:

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/hosted-member-website/add-video-content/add-featured-video.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=e26e20bec63f132e50c7b79a847a16a6" alt="Add featured video" width="1440" height="733" data-path="images/hosted-member-website/add-video-content/add-featured-video.png" />
</Frame>

**Drag and drop** your video or click **Browse your files** to select the video file to upload:

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/hosted-member-website/add-video-content/add-featured-video-posts.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=3100493f92b00e383d7c5f109e2ba6c4" alt="Add featured video to posts" width="1440" height="1150" data-path="images/hosted-member-website/add-video-content/add-featured-video-posts.png" />
</Frame>

<Callout icon="info" color="#22E273">
  You can upload one featured video per post.
</Callout>

A progress bar keeps you informed as your video uploads and processes. If a post is saved while the video is still processing, the video will only be visible on the website after the processing is complete.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/hosted-member-website/add-video-content/video-progress-bar.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=f28188cd8fe52c6e3a945fbe9f4e9139" alt="Video progress bar" width="1440" height="346" data-path="images/hosted-member-website/add-video-content/video-progress-bar.png" />
</Frame>

[Learn more](/website-builder/video-content/video-processing#review-available-processing-messages) about the video upload messages available.

<Callout icon="info" color="#22E273">
  Memberful Video gives you plenty of room to share your content: Up to 2 hours long in posts, and have an upload limit of 20 hours in any given month.
</Callout>

Posts published as emails can't contain embedded videos, so we'll show the thumbnail of your video with a play icon, enticing your readers to click to view the full video.

<Frame>
  <img src="https://mintcdn.com/memberful/Moz9yAaspGA5hBwB/images/hosted-member-website/add-video-content/video-emailed-post.png?fit=max&auto=format&n=Moz9yAaspGA5hBwB&q=85&s=0aab122463cf059aa604fcfcd407304d" alt="Video emailed post" width="1440" height="1354" data-path="images/hosted-member-website/add-video-content/video-emailed-post.png" />
</Frame>

You can also add subtitles to your video. Click here to [learn more](website-builder/video-content/video-processing#add-video-captions).

If you'd like to offer videos to *free* or *inactive members*, you can paste a YouTube or Vimeo video URL into the content editor of a video block.

[Learn more](/website-builder/video-content/restrict-access-to-video-content/#choose-a-video-hosting-platform) about using Vimeo or YouTube.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/add-video-block-url-youtube-vimeo.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=0c0cb78d91b62cf6bf9c74b7cf2bef28" alt="Embed YouTube or Vimeo link into posts" width="1440" height="576" data-path="images/hosted-member-website/create-a-post/add-video-block-url-youtube-vimeo.png" />
</Frame>

If you run into errors, [learn more](/website-builder/video-content/video-processing#troubleshooting-video-files) about troubleshooting videos.

## Duplicate an existing post

If you've already made a post, you have the option to duplicate it with its current settings and content.

Go to *Content → Posts*, find the existing post to duplicate, click the ellipsis icon (**...**), and select **Make a copy**.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-duplicate.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=a905c46a2c04f619b35eba3fc8c54c5f" alt="Duplicate post" width="1440" height="762" data-path="images/hosted-member-website/create-a-post/post-duplicate.png" />
</Frame>

We copy the following attributes when a post is copied:

* The original post's title — which is appended with the word "(copy)"
* The original post's content and its attachments (videos, images, etc)
* The original post's visibility (e.g. if it's for public view, active members, or for members on certain plans)
* The original post's publishing options are:

  * Show on members website
  * Category
  * Comments and likes
  * Send to members as email

  <Frame>
    <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-draft-copy.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=fee721695ad3ae1451848ddff68742bd" alt="Post draft copy" width="1440" height="431" data-path="images/hosted-member-website/create-a-post/post-draft-copy.png" />
  </Frame>

Here's how the copy differs from the original post:

* The copied post will be a draft
* The delivery settings and "last edited at" timestamp will be reset
* Any uploaded featured video will not be duplicated

<Callout icon="info" color="#22E273">
  Featured videos will need to be reuploaded to the duplicate post.
</Callout>

## Preview a post

Click **Preview** to see what this post will look like to your members.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/preview-button.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=a8a50c02845d792ab6b5efb2ce27e132" alt="Preview button" width="1440" height="514" data-path="images/hosted-member-website/create-a-post/preview-button.png" />
</Frame>

Keep in mind that certain elements are not displayed in the post preview. For example, the actual emailed post will include your custom branding elements while the preview does not.

## Save a draft

Click **Save draft** if you're not ready to email or publish your work.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/save-draft.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=0d428a8b786522deda83a048136be472" alt="Save draft" width="1440" height="406" data-path="images/hosted-member-website/create-a-post/save-draft.png" />
</Frame>

Go to *Content → Posts → Drafts* to access and view all your drafts.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/view-drafts.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=1dbd1684324f3b8afce6e2b73371d2f5" alt="View drafts" width="1440" height="489" data-path="images/hosted-member-website/create-a-post/view-drafts.png" />
</Frame>

Click **Send test email** to see an emailed preview of what your members will receive.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/send-test-email.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=b07df5d19a7145ad6e8c45aa03e61e49" alt="Send test email" width="1440" height="445" data-path="images/hosted-member-website/create-a-post/send-test-email.png" />
</Frame>

## Select an audience to target

Your post can be made available to all members, active members on all plans, active members on select plans, or free and inactive members. However, a post with an uploaded video can only be made available to paid members on *all* plans or *select* plans.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-audience-targeting.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=ace613d10c1e15e904bbf01c75511073" alt="Post audience target" width="1440" height="415" data-path="images/hosted-member-website/create-a-post/post-audience-targeting.png" />
</Frame>

When you choose to target only members of selected plans, you can select which plans should be included.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-audience-select-plans.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=b8e929621b30c0b8dbf04007fbee4214" alt="Post audience — select plans" width="1440" height="1213" data-path="images/hosted-member-website/create-a-post/post-audience-select-plans.png" />
</Frame>

## Create or select a post category

Categories allow you to easily organize your posts on your hosted member site. Members will be able to select from a posts dropdown button to view posts from that category.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-categories.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=b22ae32d3fb25798aba909c4dfd3a694" alt="Post categories" width="1440" height="459" data-path="images/hosted-member-website/create-a-post/post-categories.png" />
</Frame>

Go to *Content → Posts → More actions → Manage post categories.*

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/manage-post-categories.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=e2921620270881a3c7aa4f8d56d7e09e" alt="Manage post categories" width="1440" height="395" data-path="images/hosted-member-website/create-a-post/manage-post-categories.png" />
</Frame>

To create a new category, click **Create post category.**

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/edit-categories.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=1e8d3012792342104ba14f1af714bb50" alt="Post settings" width="1440" height="1071" data-path="images/hosted-member-website/create-a-post/edit-categories.png" />
</Frame>

After creating your categories, you can also rename or delete them from your *Manage post categories* setting.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/rename-or-delete-categories.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=4064ef64b582d31e1bc6859fc6c38bd8" alt="Rename or delete categories" width="1440" height="1071" data-path="images/hosted-member-website/create-a-post/rename-or-delete-categories.png" />
</Frame>

You can then select your post category or click **Add new category** to manage your categories.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/access-categories-from-post.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=9fa67c32f4866cde027550569798a3fb" alt="Access categories from post" width="1440" height="1134" data-path="images/hosted-member-website/create-a-post/access-categories-from-post.png" />
</Frame>

## Enable or disable comments and likes

Memberful allows your members to comment on posts you've published to the web, and to 'like' those posts as well. [Learn more about comments and likes.](/website-builder/customization/manage-post-comments-and-likes/)

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/comments-and-likes-section.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=7f207494806f06f60a081be8537b34c5" alt="Comments and likes section" width="1440" height="987" data-path="images/hosted-member-website/create-a-post/comments-and-likes-section.png" />
</Frame>

## Choose to publish via email or website

With posts, you can:

* Send posts via **email** — allowing you to send out an email newsletter.
* Publish posts to a **Memberful-hosted website** — allowing you to offer content on a simple website that's automatically created and hosted for you by Memberful.

To access your post settings, click **Settings.**

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/post-settings.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=1880df3edbecd73ea52eb4eb48507ed3" alt="Post settings" width="1440" height="406" data-path="images/hosted-member-website/create-a-post/post-settings.png" />
</Frame>

You can choose to deliver your posts via email, website, or both.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/publish-via-email-or-website.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=cce9f9776a79194a3ece1618f5ac7eb5" alt="Publish via email or website" width="1440" height="1108" data-path="images/hosted-member-website/create-a-post/publish-via-email-or-website.png" />
</Frame>

If you choose to publish this post to your Memberful-hosted website, your *Target Audience* setting will determine who can visit the published page.

If you choose to send this post via email, your *Target Audience* setting will determine who will receive the email. Replies from members will be forwarded to the account owner's email address.

<Callout icon="info" color="#22E273">
  When you choose to target only free and inactive members, your post can be sent by email, but it can't be published to your member website.
</Callout>

## Schedule or publish a post

You can schedule your post to be published immediately or sent sometime in the future.

<Callout icon="triangle-alert" color="#FFE044">
  You can send up to **ten** emails per day. Posts cannot be sent via email or scheduled while in test mode. Connect to Stripe to enable this setting. If you need to send more than ten emails per day, contact us to discuss your use case and how we might support it.
</Callout>

To schedule a post for later, select **Schedule to publish in the future** and enter a date and time.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/schedule-post.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=cbac2348d6eb37314c2882cbe6170e20" alt="Schedule post" width="1440" height="396" data-path="images/hosted-member-website/create-a-post/schedule-post.png" />
</Frame>

The timezone that is used for this can be changed by visiting *Settings* → *Localization.*

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/timezone.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=f27f0150543d25dca45cda2b666c58a6" alt="Account time zone" width="1440" height="231" data-path="images/hosted-member-website/create-a-post/timezone.png" />
</Frame>

Click **Publish** to email and/or publish your newsletter immediately or schedule it for the future.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/publish-post.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=9df271b3951faa90aca502703c0b913b" alt="Publish post" width="1440" height="406" data-path="images/hosted-member-website/create-a-post/publish-post.png" />
</Frame>

<Callout icon="info" color="#22E273">
  All-access pass holders and group members are included in the count of how many members will receive a message. This means that the number of recipients may differ from the total number of subscribers in the targeted plans.
</Callout>

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/all-access-pass-members-included-in-count.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=799d7aaf2636f6bae6e5fe8660ac6fe3" alt="All-access pass members are included in recipient count.png" width="1440" height="711" data-path="images/hosted-member-website/create-a-post/all-access-pass-members-included-in-count.png" />
</Frame>

## (Optional) Send a preview of your members-only newsletter

You can share a preview of your newsletter to encourage current members who haven't yet subscribed to that related plan. They'll see a snippet of your newsletter content and then a call to action to subscribe.

We show two paywall types depending on your [subscribe page settings](/website-builder/pages/subscribe-page/#enable-or-disable-your-subscription-page).

With your custom subscribe page enabled:

<Frame>
  <img src="https://mintcdn.com/memberful/Rb1Zd2lxvL7fu0FY/images/setup-guides/member-newsletter/post-preview-sample-subscribe-page.png?fit=max&auto=format&n=Rb1Zd2lxvL7fu0FY&q=85&s=a32345f8a731cc6563556ea1e5bf0579" alt="Post preview sample subscribe page" width="1440" height="1896" data-path="images/setup-guides/member-newsletter/post-preview-sample-subscribe-page.png" />
</Frame>

With your custom subscribe page disabled:

<Frame>
  <img src="https://mintcdn.com/memberful/Rb1Zd2lxvL7fu0FY/images/setup-guides/member-newsletter/post-preview-sample-plan-links.png?fit=max&auto=format&n=Rb1Zd2lxvL7fu0FY&q=85&s=c9026d35eeb4bdb61adf6bd8d95e3a0a" alt="Post preview sample plan links" width="1440" height="1955" data-path="images/setup-guides/member-newsletter/post-preview-sample-plan-links.png" />
</Frame>

To send your newsletter preview, toggle on **Send a free preview**.

<Frame>
  <img src="https://mintcdn.com/memberful/Rb1Zd2lxvL7fu0FY/images/setup-guides/member-newsletter/post-send-a-free-preview.png?fit=max&auto=format&n=Rb1Zd2lxvL7fu0FY&q=85&s=608c4ad1ac9c286b5f4cdf8ab004a9b0" alt="Post send a free preview" width="1440" height="664" data-path="images/setup-guides/member-newsletter/post-send-a-free-preview.png" />
</Frame>

## View your published posts

If you've chosen to publish posts to your member website, your members can find these posts at:

```text theme={null}
https://ACCOUNT-URL.memberful.com/posts
```

Replace `ACCOUNT-URL` with your actual account URL subdomain, which can be found via *Website → General settings.*

Make sure you've [enabled the member website](#enable-or-disable-the-member-website), too.

Click **View live post** to view the post on the hosted member website as an admin.

<Frame>
  <img src="https://mintcdn.com/memberful/zYLh3TXlaBz-i7pK/images/hosted-member-website/create-a-post/admin-view-post.png?fit=max&auto=format&n=zYLh3TXlaBz-i7pK&q=85&s=6fabd898409bec2b6f03bfb04702a3e3" alt="Admin View Post" width="1440" height="553" data-path="images/hosted-member-website/create-a-post/admin-view-post.png" />
</Frame>

## Search posts

Click the **Search** icon in the top right corner of the hosted member website to search for posts by title or content. When members use the search function, they will only see posts that are available to them based on their plan.

<Frame>
  <img src="https://mintcdn.com/memberful/smhj9OV438rrDb0l/images/hosted-member-website/create-a-post/search-posts.png?fit=max&auto=format&n=smhj9OV438rrDb0l&q=85&s=91b3a2ede8d6ee3ee9690fb8b191003e" alt="Search posts" width="1440" height="473" data-path="images/hosted-member-website/create-a-post/search-posts.png" />
</Frame>

<RelatedDocs
  link1={{
url: "/website-builder/video-content/video-processing/",
label: "See the best techniques for processing videos effectively.",
}}
  link2={{
url: "/newsletters/hosted-newsletter/manage-posts/",
label: "Manage your posts.",
}}
  link3={{
url: "/website-builder/customization/manage-post-comments-and-likes/",
label: "Manage post comments and likes.",
}}
/>
