HISTORICAL COMPARISON

Sideblog vs modern WordPress: same idea, safer building blocks

Sideblog bundled category selection and compact output. Modern WordPress can separate the same requirements into core content and presentation tools.

Independent archive3 min readReviewed 2026-09-03

Capability comparison

NeedSideblog modelModern approach
Store short updatesOrdinary postsPosts or a justified custom post type
Group the updatesSelected categoryCategory, taxonomy or post type archive
Display a streamWidget or theme functionQuery Loop block or maintained template
Control quantityPlugin optionQuery settings or template configuration
MaintenanceRetired plugin dependencySupported core plus documented custom code

The migration principle

Preserve the content layer and replace the display layer first. Moving posts into a new type is a larger change and should solve a requirement that categories cannot meet.

COMMON QUESTIONS

Frequently asked questions

Is modern WordPress compatible with the old Sideblog plugin?

Compatibility should not be assumed, and the known removed/unpatched status makes installation inappropriate. Recreate the output with supported features instead.