simple reuseblock widget
simple reuseblock widgetは、再利用可能ブロックのメニューを管理画面に表示し、便利に使えるようにするためのウィジェットを追加するプラグインです。
The facts
- Active installs
- 200+
- Price
- Free
- Last updated
- 13 Jul 2021
- Added
- Apr 2021
- Requires WP
- 5.5
- Tested up to
- WP 5.7.17
- Requires PHP
- 7.0
- Downloads
- 1,719
Our analysis
AI-assistedThe Simple Reuseblock Widget is a WordPress plugin designed to enhance the management of reusable blocks within the Gutenberg editor. It adds a widget to the admin area that allows you to display the content of selected reusable blocks in widget areas.
This plugin enables you to specify conditions for displaying the widget, such as showing it only on the homepage, specific pages, or for logged-in users. It also includes a shortcode feature to call the content of reusable blocks directly by inputting the block's post ID.
Best for: This plugin suits users who want to manage and display reusable blocks in specific areas of their WordPress site.
What it does well
- ✓Adds a widget for managing reusable blocks
- ✓Allows conditional display settings for widgets
- ✓Includes a shortcode for easy block content retrieval
Where it falls short
- •Limited information available about features and performance
- •No published rating or extensive user feedback
Verdict
The Simple Reuseblock Widget provides basic functionality for managing reusable blocks, but its effectiveness may depend on user needs and the lack of extensive feedback.
From the developer
yukimichi's own description of simple reuseblock widget, lightly tidied.
simple reuseblock widgetは、再利用可能ブロックのメニューを管理画面に表示し、便利に使えるようにするためのウィジェットを追加するプラグインです。
ウィジェットを設置することで選択したブロックの本文部分をウィジェットエリアに表示することができます。
また、追加されるウィジェットは再利用可能ブロックを最大限活用できるよう、表示したい条件やページを指定できるようになっています。
ホームページやフロントページのみに表示する、ページネーションの1ページ目のみに表示する、投稿idを指定した投稿のみで表示する、特定のアーカイブページのみで表示する、ログインユーザーのみに表示するなど、一般的に必要な条件分岐を指定可能です。
ショートコード
おまけの機能として、再利用可能ブロックの本文部分を呼び出すショートコードも備えています。
[srbw_reuseblock id=””]
idの””に、再利用可能ブロックの投稿idを入力してください。ブロックの本文部分が表示されます。