MIGRATION GUIDE

Replace Sideblog without losing the short-post archive

Because Sideblog used ordinary categorized posts, many sites can preserve the content and replace only the display layer.

Independent archive3 min readReviewed 2026-09-03

Preferred low-complexity replacement

Keep the existing posts and asides category. Create a notes page, add a Query Loop block filtered to that category, choose a compact template and link the page from navigation. This removes the retired display dependency while preserving WordPress-native content.

Choose the implementation

ApproachContent modelBest forMain tradeoff
Category + Query Loop blockCore blocks and taxonomyBlock themes with no custom PHP requirementLayout control varies by theme and site-editor experience
Posts + dedicated categoryStandard WordPress postsShort updates that should remain in feeds and archivesRequires theme rules to keep short posts visually distinct
Custom post typeSeparate structured content typeUpdates needing their own fields, archive and permissionsRequires durable registration and a migration plan
Curated notes pageOne maintained page or collectionLow-volume notes where simplicity matters mostIndividual notes may lack stable URLs and feed entries

Migration checklist

  1. Identify the exact category selected by Sideblog.
  2. Export or back up every post, term and media reference.
  3. Record the current archive and individual URL behavior.
  4. Build the new display in staging.
  5. Verify ordering, excerpts, dates, feeds and mobile layout.
  6. Deactivate Sideblog and retest before deleting its files.
  7. Add one-hop redirects only for URLs that genuinely changed.

When a custom post type is justified

Use a custom type when notes require different permissions, fields, editorial states or API behavior. Register it in a durable site plugin rather than a theme, and document how content will be exported if that implementation is later retired.

COMMON QUESTIONS

Frequently asked questions

What is the easiest Sideblog replacement?

For most sites, retain the asides category and display it with a Query Loop block or maintained theme template. This changes presentation without moving the posts.