Feature Request: Enhanced Display Options for AlphaListing Post Views
Summary
Add richer display controls to the AlphaListing block (when Display type is set to Posts) and mirror these settings in the [alphalisting] shortcode and its default template. These options will let editors fine-tune post content and featured image presentation in both the block editor and shortcode output.
Background
Site editors need more flexibility when surfacing post content via AlphaListing. Currently, the block exposes limited post rendering controls, and the shortcode/template lack parity with block settings. Extending both interfaces keeps the block and shortcode aligned and avoids regressions for legacy implementations.
Requirements
Post Content Options
Featured Image Options
Shortcode and Template Parity
Acceptance Criteria
- New block controls appear only when
Display type is Posts.
- Defaults preserve existing behavior (excerpt output with thumbnail aligned left at 150px when applicable).
- Custom dimensions and size slugs are mutually exclusive, with clear UI/validation in the block editor and shortcode handling.
- Shortcode renders match the block when the same options are set.
- Automated or manual regression checks confirm no impact on non-post display types.
Testing Notes
- Verify block editor inspector controls across toggled combinations (excerpt vs. full content, size slug vs. custom dimensions).
- Test front-end rendering for both block and shortcode outputs to ensure consistent markup and image handling.
- Confirm compatibility with theme image sizes and WordPress excerpt filters.
Feature Request: Enhanced Display Options for AlphaListing Post Views
Summary
Add richer display controls to the AlphaListing block (when
Display typeis set to Posts) and mirror these settings in the[alphalisting]shortcode and its default template. These options will let editors fine-tune post content and featured image presentation in both the block editor and shortcode output.Background
Site editors need more flexibility when surfacing post content via AlphaListing. Currently, the block exposes limited post rendering controls, and the shortcode/template lack parity with block settings. Extending both interfaces keeps the block and shortcode aligned and avoids regressions for legacy implementations.
Requirements
Post Content Options
-- Default: Excerpt (toggle enabled).
-- Default: 55 words (match WordPress core defaults).
Featured Image Options
leftandrightoptions.-- Default: left.
thumbnail,medium,large,medium_large.-- Default: thumbnail.
-- Defaults: 150 × 150.
Shortcode and Template Parity
readme.txt).Acceptance Criteria
Display typeisPosts.Testing Notes