WP Manifestindependent plugin directory
manifest / builders / fx-builder-widgets

FX Builder widgets

Display FX Builder pages as widget

by Simone Fioravanti · github.com/xxsimoxx/fx-builder-widgets

0stars
70release downloads
0forks

Install

The author publishes release zips, so WP-CLI can install straight from GitHub:

wp plugin install https://github.com/xxsimoxx/fx-builder-widgets/releases/download/1.0.1/fx-builder-widgets-1.0.1.zip

Readme

FX Builder widgets banner

FX Builder widgets

Display FX Builder pages as widgets.

You can use the widget to display any FX Builder content. If you don't want to put your content in a post or page, FX Builder widget contents is a custom post type that allows you to compose your content.

Create the widget, select the content, decide if you want the title to be shown. Just this.

Usage steps

  1. In "FX Builder widget contents" admin, create or edit a post. It's like any posts or pages with FX Builder enabled.
  2. Find the "FX Builder contents" widget and put in the desired section.
  3. Choose the content to display from the dropdown. You'll find FX Builder widget contents posts as long as any post or page using FX Builder.
  4. Use the "Show title" checkbox to choose to display post title or not.

Customizations

Delete FX Builder widget contents on uninstall

By default the plugins leave the custom post in the database. If you want to remove on uninstall, put in wp-config.php this code:

define ( 'FBW_REMOVE_CONTENT_ON_UNINSTALL', true ); 

Disable custom post type

If you don't need it, put in an utility mu-plugin or in your theme functions.php this code:

add_filter( 'fbw_disable_cpt', '__return_true' );

Read the full README on GitHub →

Releases

TagPublishedAssetDownloads
1.0.1 Apr 28, 2026 fx-builder-widgets-1.0.1.zip 61
1.0.0 Apr 27, 2026 fx-builder-widgets-1.0.0.zip 4
0.4.0 Apr 21, 2026 fx-builder-widgets-0.4.0.zip 1
0.3.0 Apr 16, 2026 fx-builder-widgets-0.3.0.zip 2
0.2.0 Apr 15, 2026 fx-builder-widgets-0.2.0.zip 1
0.1.0 Apr 13, 2026 fx-builder-widgets-0.1.0.zip 1