This plugin provides a quick and easy way to add FAQ's block using Gutenberg visual editor.
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
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.
Take, for example, the following line of code:
add_filter( 'fbfg_json_ld_output', '__return_false' );
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; } );
fbfg_global_colors