Linux 软件免费装

Blockshifter

开发者 nighcrawl
更新时间 2026年8月2日 05:09
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

slider gutenberg carousel block editor full site editing

下载

0.1.0

详情介绍:

Blockshifter is a growing toolbox of display modes for native Gutenberg blocks — no new block types, no leaving the block editor, no learning curve. Pick a block you already use — Gallery, Group — flip a toggle in its Inspector, and its front-end output transforms. The block itself stays 100% native and editable; nothing about how you write content changes. Think of Blockshifter as a shape-shifter for your blocks: same content underneath, a different shape on the front end. Today it shifts into a Carousel; tomorrow more shapes join the same toolbox, each just as simple to switch on. Carousel, live today A clean, minimalist carousel for Gallery and Group blocks, powered by Splide.js — lightweight, accessible, dependency-free. Arrows and pagination are styled to sit quietly on top of your content, in any color, on any background. More shapes are coming Accordion, Masonry, and other display modes are on the roadmap. Every future module follows the exact same pattern you already know: pick a block, flip a toggle, done. For developers The list of blocks a module targets is filterable, so you can extend the Carousel module to other core blocks without forking the plugin: add_filter( 'blockshifter/carousel/allowed_blocks', function( $blocks ) { $blocks[] = 'core/columns'; return $blocks; } );

安装:

  1. Upload the plugin files to /wp-content/plugins/blockshifter, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Select a Gallery or Group block in the editor, open the Inspector, and enable the "Blockshifter Carousel" panel.

屏幕截图:

  • The same Blockshifter Carousel panel on a Gallery block.
  • A Group block rendered as a full-width Carousel on the front end.
  • A Gallery block rendered as a Carousel on the front end.

常见问题:

Can I use this on blocks other than Gallery and Group?

Not out of the box yet, but developers can extend the Carousel module's target blocks via the blockshifter/carousel/allowed_blocks filter — see the Description above.

Are other display modes (Accordion, Masonry...) available?

Not yet — the current release ships with the Carousel module only. More are planned.

Is this plugin free?

Yes, Blockshifter is completely free, with no premium tier at this time.

更新日志:

0.1.0