Linux 软件免费装

FAQ Block For Gutenberg

开发者 dilipbheda
jigar-bhanushali
更新时间 2024年4月23日 13:07
PHP版本: 7.2 及以上
WordPress版本: 6.5
版权: GPLv3 or later
版权网址: 版权信息

标签

editor faq blocks faq block gutenberg faq

下载

2.4 2.5 2.6 1.0 1.1 1.2 1.3 1.4 2.0 2.1 2.2 2.3

详情介绍:

FAQ blocks for Gutenberg provide a block for the new Gutenberg editor in WordPress which allows you to add FAQs with basic styling options. This plugin allows you to add multiple FAQs. You can easily give background color and font color to question and answer.

安装:

From the admin panel, Go to your WordPress Admin -> Plugins -> Add New. Search for FAQ Block For Gutenberg. Install and Activate. From directories, Upload FAQ Block For Gutenberg to the /wp-content/plugins/ directory and activate the plugin through the 'Plugins' menu in WordPress

升级注意事项:

2.5 Important Upgrade Notice: It is recommended to re-save your FAQ block to reflect new changes on the front end as well.

常见问题:

How to add faq in website

After installing FAQ block for Gutenberg you need to go to page or post section where you can see the Gutenberg editor and click on add block. Select FAQ block and add your question and answer. You will also be able to give the styling to FAQs.

How to disable Schema JSON-LD

Take, for example, the following line of code: add_filter( 'fbfg_json_ld_output', '__return_false' );

Can I set global colors?

Yes, you can add it using this filter: add_filter( 'fbfg_global_colors', function ( $colors ) { $colors = array( 'backgroundColor' => '#f6f7f7', 'questionTextColor' => '#000', 'questionBackgroundColor' => 'none', 'answerTextColor' => '#000', 'answerBackgroundColor' => 'none', ); return $colors; } );

Screenshots

  1. FAQ block editor
  2. Advanced color settings
  3. FAQ preview

更新日志:

2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.4 1.3 1.2 1.1 1.0