Create options screens that utilize Custom Field Suite
As of April 2026, CFS Options Screens is a WordPress cfs plugin with 400 active installations and a 5/5 rating from 2 reviews. It has been downloaded 6.8K+ times in total. Requires WordPress 3.9+ and PHP false+. Available on WordPress.org since 2014. Last updated 4 years ago — may have compatibility concerns. Top alternative: Really Simple CSV Importer.
Build any number of options screens based on Custom Field Suite.
Begin by creating Field Group(s) you want to include on your options screen. Be sure to set NO Placement Rules. Once it’s created, note the post ID it uses. You can then register any number of options screens like so:
function my_cfs_options_screens( $screens ) {
$screens[] = array(
'name' => 'options',
'menu_title' => __( 'Site Options' ),
'page_title' => __( 'Customize Site Options' ),
'menu_position' => 100,
'icon' => 'dashicons-admin-generic', // optional, dashicons-admin-generic is the default
'field_groups' => array( 'My Field Group' ), // Field Group name(s) of CFS Field Group to use on this pag…| WordPress | 3.9+ requiredTested up to 5.9.0 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.