Description
BZC AI Summary Box lets you add a beautifully styled summary snippet to any post or page. The box appears before the first H2 heading (or at the very top of the content) and draws readers in with a clear, highlighted overview.
Each post gets its own summary text via a dedicated meta box in the editor. If left empty, no box is shown for that post.
Features:
- Customizable accent color, background, border and text color
- Live color preview on the settings page
- Adjustable border radius
- Two display positions: before the first H2, or at the top of content
- Enable the summary box per post type (posts, pages, custom types)
- Custom label text with fallback to the translated default
- Fully translatable — ships with English and Turkish (tr_TR)
- Lightweight — no external dependencies, no JavaScript on the frontend
- Accessible markup (
role="note",aria-label)
Usage:
- Go to Settings BZC AI Summary Box and configure colors and behavior.
- Open any post or page in the editor.
- Find the AI Summary meta box and type your summary.
- Save or publish — the box appears automatically on the frontend.
Installation
- Upload the
bzc-ai-summary-boxfolder to the/wp-content/plugins/directory, or install it directly through Plugins Add New. - Activate the plugin through the Plugins menu in WordPress.
- Go to Settings BZC AI Summary Box to configure colors and options.
FAQ
-
Where is the summary displayed?
-
By default, the summary box appears just before the first H2 heading in the post content. You can change this to the very top of the content in Settings BZC AI Summary Box Box Position.
-
Can I show the summary on pages as well as posts?
-
Yes. Under Enable on Post Types you can tick any public post type including Pages and custom post types registered by other plugins or your theme.
-
How do I hide the box for a specific post?
-
Simply leave the AI Summary meta box empty when editing that post. No box will be rendered on the frontend.
-
Where is the summary text stored?
-
The text is stored as post meta under the key
ai_summary. You can access it in templates with:$summary = get_post_meta( get_the_ID(), 'ai_summary', true ); -
What happens to my data if I uninstall the plugin?
-
Uninstalling the plugin will delete the plugin settings (
aisb_options) and all saved summary texts (ai_summarypost meta) from the database. -
Can I translate the plugin?
-
Yes. The plugin is fully internationalized. Copy
languages/bzc-ai-summary-box-tr_TR.potobzc-ai-summary-box-{locale}.po, translate the strings, and compile the.mofile.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BZC AI Summary Box” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BZC AI Summary Box” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
- Minor styling improvements and code cleanup.
1.0.3
- Fixed integration with Table of Contents plugins (swallowing issue).
- Improved summary text rendering.
1.0.2
- Initial release.
