Linux 软件免费装
Banner图

可重用区块扩展

开发者 audrasjb
whodunitagency
larrach
更新时间 2024年1月15日 06:35
捐献地址: 去捐款
PHP版本: 7.0 及以上
WordPress版本: 6.4
版权: GPLv2
版权网址: 版权信息

标签

generator Gutenberg Widget Shortcode Blocks Preview pattern bloc Reusable PHP Function Réutilisable

下载

0.1 0.2 0.7 0.9.1 0.9 0.8 0.3 0.4 0.5 0.5.1 0.6 0.6.1 0.6.2

详情介绍:

Extend Gutenberg Reusable Blocks feature with a complete admin panel, widgets, shortcodes and PHP functions. 这个插件扩展了 Reusable Blocks 管理界面并提供了一些奇特的功能: For a full presentation of Reusable Blocks Extended, see this WordCamp Talk synthesis available on my blog.

安装:

  1. 安装插件,并且激活
  2. 去到可重用区块管理员菜单

屏幕截图:

  • 重新使用区块 widget

常见问题:

怎么使用 Widgets 实现可重用区块

  • Go to WP-Admin > Appearance > Widgets.
  • 添加 "Reusable Block" Widget 到你的 widget 区域
  • 选择你想要重复使用的区块并且保存 widget

怎么通过短代码实现可重用区块

  • Go to WP-Admin > Reusable Blocks.
  • 选择要使用的可重用块;复制提供的短代码。
  • 然后,粘贴到你想要的地方
Syntax: [reblex id="NUMERIC_ID_OF_THE_REUSABLE_BLOCK"]

怎么通过 PHP 函数实现重用区块

  • Go to WP-Admin > Reusable Blocks.
  • 选择你想要重复使用的区块,复制提供的 PHP 函数
  • Then, paste it where you want.
Syntax: reblex_display_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK ); Note for developers: you may also need to get the shortcode data before displaying it. In this case, you should use the following function: reblex_get_block( NUMERIC_ID_OF_THE_REUSABLE_BLOCK );

更新日志:

0.9.1 0.9 0.8 0.7 0.6.2 0.6.1 0.6 0.5.1 0.5 0.4 0.3 0.2 0.1