Back to Main Guide

Hierarchical Posts

Create multi-part content like books, courses, and tutorial series

What are Hierarchical Posts?

Hierarchical posts allow you to create parent-child relationships between posts, enabling you to organize content like a book with chapters and sections.

Perfect For:

  • Online courses and tutorials
  • Technical documentation
  • Book chapters and sections
  • Multi-part blog series
  • Learning paths
Structure Example
πŸ“š Complete Web Development Course
β”œβ”€ πŸ“– Chapter 1: HTML Basics
β”‚ β”œβ”€ πŸ“„ Section 1.1: Introduction to HTML
β”‚ β”œβ”€ πŸ“„ Section 1.2: HTML Elements
β”‚ └─ πŸ“„ Section 1.3: Forms and Inputs
β”œβ”€ πŸ“– Chapter 2: CSS Fundamentals
β”‚ β”œβ”€ πŸ“„ Section 2.1: Selectors
β”‚ β”œβ”€ πŸ“„ Section 2.2: Flexbox
β”‚ └─ πŸ“„ Section 2.3: Grid Layout
└─ πŸ“– Chapter 3: JavaScript Basics
β”œβ”€ πŸ“„ Section 3.1: Variables
└─ πŸ“„ Section 3.2: Functions
How to Create Hierarchical Posts

Step 1: Create the Parent Post

Start by creating a new post that will serve as the main container (e.g., a course or book).

Note: Leave the "Parent Post" field empty or select "None" for top-level content.

Step 2: Create Child Posts

Create new posts and select your parent post in the "Parent Post" dropdown.

Step 3: Set Order Index

Use the "Order Index" field to control the sequence of chapters/sections.

Step 4: Mark as Section (Optional)

Check "Is Section" for organizational posts that group other content.

Hierarchical Fields

Parent Post

Select a parent post to create a child relationship

  • None - Creates a top-level post
  • Existing Post - Creates a child post

Order Index

Controls the order within the same parent level

Example: 1, 2, 3... or 10, 20, 30... (allows inserting between)

Is Section

Marks this post as a container/organizer for other posts

Note: Sections are typically not displayed as full posts but as navigation items

Automatic Features

Automatic Features

  • πŸ“–
    Table of Contents: Automatically generated tree navigation showing the entire hierarchy
  • ⬅️ ➑️
    Previous/Next Navigation: Arrows to navigate between sequential posts in the hierarchy
  • πŸ”—
    Breadcrumb Trail: Shows the current position in the hierarchy
✨ Best Practices
  • βœ… Plan your structure before creating posts
  • βœ… Use meaningful order indexes (10, 20, 30 instead of 1, 2, 3)
  • βœ… Keep hierarchy depth reasonable (3-4 levels max)
  • βœ… Use descriptive titles that work in navigation
  • βœ… Consider marking container posts as sections
  • βœ… Test navigation after creating hierarchical content