WordPress is powerful content management system, and the blocks concept made it easy to insert components in the text editor like paragraphs, headings, images, links...
However, WordPress itself does not provide some blocks you likely need for your website such as Slider/Carousel to display content in slides, Side panels on left, right, top and bottom position to display content like mobile navigation menu.
- Clone this repository or download the zip file.
- Put the following files/folders in a folder named "aitattman-blocks":
- aitattman-blocks.php
- build
- languages
- Zip aitattman-blocks so the file becomes for example plugin.zip
- Go to your WordPress site dashboard > plugins > add plugin > upload plugin > choose file plugin.zip.
- Slider
- Query Posts
- Search Box
- Side Panel
- Button
- Theme Controllers
The Slider/Carousel displays posts with thumbnails based on post type, category, tag or custom taxonomy.

Custom query to display recent posts

Custom search box with search icon

Display hidden sidepanels in position like left, right, top, bottom. To show/hide panel just define Triggers Class Name and it that class to buttons and elements you want to control the sidepanel.
You can make the trigger to close hide the panel by adding class: action-close

Custom button block with/without svg icon. To convert the button to link element just choose "link" from Tag Type
and enter the url.

