Mephivio Sommaire

Description

Mephivio Sommaire adds a responsive post summary grouped by category. It is designed for blogs, magazines, knowledge bases and editorial websites that need a readable index of published articles.

Use the shortcode:

[flappy_sommaire]

Main features:

  • Category-based post summary.
  • Live search.
  • Clickable category filters.
  • Optional thumbnails, dates and excerpts.
  • Pagination or infinite scroll.
  • Light rendering mode to keep the same appearance across browsers.
  • Configurable colors, typography and responsive breakpoint.
  • Server-side AJAX token handling for safer pagination.
  • Multilingual interface: French, English, German, Spanish, Portuguese and Breton.

Screenshots

Installation

  1. Upload the plugin files to the /wp-content/plugins/mephivio-sommaire/ directory, or install the plugin through the WordPress Plugins screen.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Settings > Mephivio Sommaire to configure the display.
  4. Add [flappy_sommaire] to a page, post or Elementor shortcode widget.

FAQ

Which shortcode should I use?

Use [flappy_sommaire].

Can I override settings for one page only?

Yes. Example:

[flappy_sommaire order="ASC" show_search="0" show_filter="0" exclude_cats="3,7" pagination="pagination" per_page="5" multi_cat="all"]

Which languages are included?

The plugin includes French, English, German, Spanish, Portuguese and Breton translation files.

Why is the default theme forced to light?

Some browsers may apply dark rendering depending on system preferences. The default light mode keeps the plugin appearance consistent across Chrome, Edge, Firefox and other browsers.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Mephivio Sommaire” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Mephivio Sommaire” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.3.7

  • Fixed escaping issues reported by Plugin Check before ww.wp.xz.cn submission.
  • Added translator comments for placeholder-based strings.
  • Removed legacy bundled translation loading calls and uses direct MO loading for forced locales.
  • Updated Tested up to metadata to 7.0.
  • Removed direct database cleanup from uninstall to avoid direct database query warnings.

1.3.4

  • Renamed plugin classes and constants with a safer Mephivio Sommaire prefix.
  • Completed bundled Spanish, Portuguese and Breton translation files.
  • Updated POT/PO metadata to version 1.3.4.
  • Removed obsolete development README from the release ZIP.
  • Kept bundled language loading for forced locales even when the locale is not installed in WordPress.
  • Updated ww.wp.xz.cn readme metadata for public distribution.

1.2.1

  • Forced light theme by default for consistent browser rendering.
  • Improved query performance.
  • Added stable AJAX transients.
  • Added advanced settings and uninstall cleanup.

1.2.0

  • Improved AJAX security.
  • Added server-side token handling.