The Site Options plugin is a simple and free product for adding your custom site options on default page Settings -> Reading.
As of April 2026, WP Site Options is a WordPress options plugin with 20 active installations and a 0/5 rating0. It has been downloaded 2.0K+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2017. Top alternative: Redux Framework.
The Site Options plugin is a simple and free product for adding your custom site options on default page Settings -> Reading.
Just define needed settings in your functions file. More instructions.
Adding your custom options
add_action( 'init', 'custom__site_options', 10 );
function custom__site_options(){
global $wpto;
if ( $wpto )
$wpto->fields = array (
'section_one' => array( array( 'Header - First Settings', 'description will come' ), array(
'f_number' => array( 'number', 'A Number' ),
'f_text' => array( 'text', 'Simple text' ),
)),
'section_two' => array( array( 'Header - Additional settings', 'description will soon' ), array(
'f_galle…| WordPress | 4.0+ requiredTested up to 6.8.5 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.