> ## 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.

# Manage posts

> Manage Memberful posts to publish content to your member website or send a newsletter. Edit, schedule, track performance, and control who can read each post.

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>;
};

In this help article, you'll find instructions on viewing, editing, and managing posts and drafts, along with tips for filtering and sorting them.

## View a post or draft

You can find all published posts via *Content → Posts* in the Memberful dashboard. Each listed post will include *Title, Category, Published to, Interaction,* and *Last edited.*

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/view-posts.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=f162be5bd8d14ae5544f30af0112bacb" alt="View posts" width="1440" height="877" data-path="images/hosted-member-website/manage-posts/view-posts.png" />
</Frame>

## Edit a post

To edit a post, click the post title or click the ellipsis icon (**...**), and select **Edit post**.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/edit-posts.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=1cc6a17b57c85c75582b2ddd5ce92504" alt="Edit posts" width="1440" height="762" data-path="images/hosted-member-website/manage-posts/edit-posts.png" />
</Frame>

Once you're happy with your edits, click **Update** to save your changes.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/update-post.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=0bc4404c618a48f6ecac1764726f96e2" alt="Update post" width="1440" height="421" data-path="images/hosted-member-website/manage-posts/update-post.png" />
</Frame>

## Delete a post

To delete a post, click the post title or click the ellipsis icon (**...**), and select **Delete post**.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/delete-a-post.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=dd110b590bb7603de2b78c9231ce2563" alt="Delete a post" width="1440" height="755" data-path="images/hosted-member-website/manage-posts/delete-a-post.png" />
</Frame>

## Edit a draft

To edit a draft, click the **Drafts** tab and click the draft post title.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/view-drafts.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=cb9a8d701718ea3c10f285025fbcb282" alt="View drafts" width="1440" height="534" data-path="images/hosted-member-website/manage-posts/view-drafts.png" />
</Frame>

After your edits, you can click **Settings** to adjust the target audience, change its category, enable or disable comments & likes, select your publishing options, send a test email, or delete the post.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/edit-draft.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=5a639b889b4df8dc366642b3f187ff06" alt="Edit draft" width="1440" height="1041" data-path="images/hosted-member-website/manage-posts/edit-draft.png" />
</Frame>

After completing your edits, you can then save the draft or publish your post.

<Callout icon="info" color="#22E273">
  Editing a post that's already been emailed to members will only update the content on the hosted member site. Emailed content will not be updated.
</Callout>

## Filter posts

You can filter published posts by *All posts, Web posts, Email posts,* or *Hidden posts.*

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/filter-posts.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=1867585403b18fa9e76325512273e633" alt="Filter posts" width="1440" height="478" data-path="images/hosted-member-website/manage-posts/filter-posts.png" />
</Frame>

## Sort posts or drafts

You can sort your published posts or drafts by *Title, Category, Published to, Interactions,* or *Last edited*.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/sort-posts.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=109e4d0bb161f239dd27c8682986d060" alt="Sort posts" width="1440" height="478" data-path="images/hosted-member-website/manage-posts/sort-posts.png" />
</Frame>

## View post metrics

To view your newsletter metrics for a specific post, go to *Content → Posts* and click the post title.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/view-posts-for-metrics.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=3b222919d2fbc33e75258a5650c06c7c" alt="View posts metrics" width="1440" height="877" data-path="images/hosted-member-website/manage-posts/view-posts-for-metrics.png" />
</Frame>

Each published newsletter will display the following metrics:

* **Sent**: How many emails were sent.
* **Delivered**: How many of those emails were delivered.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/post-tracking-disabled.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=c731604a4d5fc10587cebf8de2dd262b" alt="Post tracking disabled" width="1440" height="1092" data-path="images/hosted-member-website/manage-posts/post-tracking-disabled.png" />
</Frame>

<Callout icon="info" color="#22E273">
  Post metrics are updated in real time.
</Callout>

You can also toggle **Track open and click rates** in *Posts → More actions* to display two additional metrics:

* **Opened**: How many delivered emails were opened.
* **Clicked**: How many people clicked any link in an email.

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/enable-email-tracking.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=962039fdbc298d3a90fde664976cc90b" alt="Enable email tracking" width="1440" height="888" data-path="images/hosted-member-website/manage-posts/enable-email-tracking.png" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/memberful/E280piP4Hg_k1L_m/images/hosted-member-website/manage-posts/post-metrics.png?fit=max&auto=format&n=E280piP4Hg_k1L_m&q=85&s=324b4dadaf611ae4c9ac4709ed6f7427" alt="Post metrics" width="1440" height="910" data-path="images/hosted-member-website/manage-posts/post-metrics.png" />
</Frame>

<Callout icon="triangle-alert" color="#FFE044">
  Click tracking may be affected by security apps or email clients that pre-scan links for safety. These scans can register as clicks in your metrics or block tracking entirely, impacting the accuracy of your data.
</Callout>

<RelatedDocs
  link1={{
url: "/website-builder/customization/customize-your-menu/",
label: "Edit your member site's navigation.",
}}
  link2={{
url: "/newsletters/hosted-newsletter/create-a-post/",
label: "Create a members-only post.",
}}
  link3={{
url: "/member-management/subscription-management/admin-member-management/#view-whether-a-member-is-subscribed-to-post-emails",
label: "View whether a member is subscribed to post emails.",
}}
/>
