Organize Posts into Series

Post Series help members group related posts together, creating multi-part tutorials, guides, or story sequences with automatic navigation between parts.

What You’ll Learn

  • How to create and manage post series
  • Setting up series navigation
  • Using table of contents
  • Tracking reader progress
Post Series settings tab

Enable Post Series

  1. Go to Member Blog → Features & Modules
  2. Toggle Post Series to On
  3. Click Save Changes
  4. New Series tab appears

Series Features

FeatureDescription
Series CreationGroup related posts together
NavigationPrevious/Next buttons between series posts
Table of ContentsAuto-generated list of all posts in series
Progress TrackingShow readers their completion percentage
Series Landing PageArchive page for each series

Configure Series Settings

SettingOptionsDescription
Navigation StyleButtons, Links, CardsHow prev/next looks
TOC PositionBefore, After, BothWhere TOC appears
Enable ProgressYes/NoTrack reader progress
Series URL SlugCustom textURL structure (default: “series”)

Creating a Series

For Members

  1. Create a new post (or edit existing)
  2. Find the Series section in the post form
  3. Click Add to Series
  4. Either:
    • Select an existing series
    • Or create a new series (enter name)
  5. Set position in series (Part 1, 2, 3…)
  6. Save the post

Series Options in Post Form

OptionDescription
Select SeriesDropdown of user’s existing series
Create NewEnter name for new series
PositionOrder in series (auto-increments if blank)
Remove from SeriesUnlink post from series

Series Navigation

Navigation automatically appears at the end of each post in a series:

← Previous: Part 2 - Setting Up     |     Next: Part 4 - Advanced Tips →

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Part 3 of 5 in "Complete WordPress Guide"
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Navigation Styles

StyleAppearance
ButtonsStyled buttons with arrows
LinksSimple text links
CardsRich cards with thumbnails

Table of Contents

Auto-generated list of all posts in the series:

Complete WordPress Guide (5 parts)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✓ Part 1: Introduction
✓ Part 2: Setting Up
→ Part 3: Core Concepts (You are here)
○ Part 4: Advanced Tips
○ Part 5: Conclusion
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TOC Position Options

PositionWhere It Appears
Before ContentAt the top of the post
After ContentAt the bottom, before comments
BothTop and bottom
SidebarVia shortcode in sidebar widget

Progress Tracking

Track reader progress across series posts:

How It Works

  1. Reader views a post in the series
  2. Post marked as “read” for that reader
  3. Progress percentage updates
  4. Visual indicator shows completion
Your Progress: ████████░░ 60% (3 of 5 parts read)

Progress is stored in user meta for logged-in users, or browser cookies for guests (if enabled).

Series Landing Page

Each series gets its own archive page:

URL: yoursite.com/series/complete-wordpress-guide/

The landing page shows:

  • Series title and description
  • Total posts in series
  • List of all posts with status
  • Overall reading progress
  • “Start Reading” or “Continue” button

Managing Series

Reordering Posts

  1. Go to series settings
  2. Drag posts to reorder
  3. Or manually set position numbers
  4. Save changes

Editing Series

  1. Go to Member Blog → Series
  2. Find the series
  3. Click Edit
  4. Update name, description, or settings
  5. Save

Deleting a Series

  1. Find the series
  2. Click Delete
  3. Choose what happens to posts:
    • Keep posts (just unlink from series)
    • Delete posts too

Shortcodes

Series Navigation

[bp-member-blog-series-nav]

Table of Contents

[bp-member-blog-series-toc]

Series Archive

[bp-member-blog-series-list user_id="current" count="10" show_count="yes"]

Use Cases

Tutorial Series

  • “Learn JavaScript in 10 Days”
  • Sequential learning path
  • Progress tracking for students

Storytelling

  • “My Travel Adventures” (ongoing)
  • “Building a Startup” diary
  • Chronological narrative

Reference Guides

  • “Complete SEO Guide”
  • Non-sequential reference
  • TOC for easy navigation

SEO Benefits

BenefitHow
Internal linkingAutomatic links between related posts
Topic authorityComprehensive coverage signals expertise
User engagementReaders consume more content
Reduced bounceNavigation keeps readers on site

Troubleshooting

IssueSolution
Navigation not showingCheck if post is in a series
Wrong post orderEdit positions in series settings
Progress not trackingVerify progress tracking is enabled
Series page 404Flush permalinks (Settings → Permalinks → Save)
Last updated: January 18, 2026