📚 Documentation Page

Series Grid Plugin Documentation

Series Grid allows you to display posts in responsive layouts with full customization. Ideal for blogs, portfolios, news sites, and content galleries.

⚙️ Basic Usage

Insert shortcode anywhere:
[series_grid]

🎛️ Shortcode Parameters

Customize layout and behavior with these options:

  • layout: grid, list, or slider
  • columns: Number of columns for grid (e.g. columns="4")
  • count: Number of posts (e.g. count="12")
  • categories: Filter by category IDs (categories="1,3,5")
  • sort: date, title, or random
  • font: small, medium, or large
  • style: soft, sharp, or bordered
  • featured_only: yes to show only featured posts

🌟 Featured Posts

Add a custom field in the post editor:

  • Key: _featured_post
  • Value: 1

Then use:
[series_grid featured_only="yes"]

🖼️ Image Settings

  • Supports automatic image extraction from content
  • Fallback images and lazy loading
  • Custom image height options for list and slider layouts

✨ Additional Features

  • Multiple grids on one page
  • Hover effects
  • Mobile responsive
  • Accessibility compliant
  • Clean markup for developers

To configure defaults, go to:
👉 Settings → Series Grid in your WordPress dashboard