| 开发者 | aitattman |
|---|---|
| 更新时间 | 2026年4月15日 15:55 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
/wp-content/plugins/.Yes. AitAttman Blocks plugin works perfectly with block themes and the Site Editor.
Yes, absolutely. This plugin is 100% free and open-source under the GPL license. There are no \"Pro\" versions, no hidden subscriptions, and no locked features. Everything you see is what you get.
Yes. You can place other blocks inside Side-panel blocks.
You can add Triggers Class Name in configuration sidebar of Side-panel, and then add this CSS class name to triggers like buttons that will open the Side-panel. To make the trigger to close the Side-panel add extra CSS class named "action-close". For instance, if the triggers class name is "sidemenu-trigger", and to close the Side-panel by a button, just add to that button these two classes: "sidemenu-trigger action-close"
Yes. With Button block, you can add svg icon in the sidebar controls. You can as well add text side by side with the icon and add link or make it simple element for display purposes. You can copy svg icons from websites that offer free icons like https://lucide.dev/icons.
No. The Slider in current version can only display posts featured thumbnails with posts titles as captions. The Slider is meant to display recent posts by category (and other criteria).
For performance reasons, you can only see an example of these blocks; Slider and Query Posts, not live preview in the editor. However, you can see the resulting block anytime on your public site.
This block updates the data-theme="{theme}" attribute (where {theme} value can be: light, dark, or system) whenever the user clicks on the theme icon on the public site. Keep in mind that this block does not register the theme value in database; instead, it uses browser's localStorage to persist the user's preference.