Title: WP Site Options
Author: iTRON
Published: <strong>2017-02-07</strong>
Last modified: 2025-04-28

---

Szukaj wtyczek

![](https://ps.w.org/wp-site-options/assets/banner-772x250.jpg?rev=1593979)

![](https://ps.w.org/wp-site-options/assets/icon-256x256.jpg?rev=1593979)

# WP Site Options

 Autor: [iTRON](https://profiles.wordpress.org/hokku/)

[Pobierz](https://downloads.wordpress.org/plugin/wp-site-options.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/wp-site-options/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/wp-site-options/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/wp-site-options/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/wp-site-options/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/wp-site-options/)

## Opis

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](http://nebster.net/en/plugins/site-options/).

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_gallery' => array( 'gallery', 'Awesome gallery' ),
                    'f_chbox'   => array( 'checkbox', 'Are u checked?' ),
                    )),
            );  
        }
    ```

Access in the theme files

    ```
            global $wpto;
            echo $wpto->getOption( 'section_one::f_text' ) ;
    ```

#### Field types support

 * text
 * textarea
 * wysiwyg
 * checkbox
 * number
 * select
 * email
 * image
 * gallery
 * colorpicker

## Zrzuty ekranu

[⌊Define your custom fields in your file function's.⌉⌊Define your custom fields 
in your file function's.⌉[

Define your custom fields in your file function’s.

[⌊Allow to Settings - Reading and specify field values.⌉⌊Allow to Settings - Reading
and specify field values.⌉[

Allow to Settings – Reading and specify field values.

## Instalacja

 1. Just setup and activate the plugin through the 'Plugins – Add’ menu in WordPress

## Najczęściej zadawane pytania

### How do I create settings for my own theme?

Please, [read instructions](http://nebster.net/en/plugins/site-options/).

### What types options are available to use?

 * text
 * textarea
 * wysiwyg
 * checkbox
 * select
 * number
 * email
 * image
 * gallery
 * colorpicker

You can define custom fieldtype by special filter, if no one this types was detected,
see inc/fields.php, filter 'wpto_echo_field’.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„WP Site Options” jest oprogramowaniem open source. Poniższe osoby miały wkład w
rozwój wtyczki.

Zaangażowani

 *   [ iTRON ](https://profiles.wordpress.org/hokku/)

[Przetłumacz wtyczkę “WP Site Options” na swój język.](https://translate.wordpress.org/projects/wp-plugins/wp-site-options)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/wp-site-options/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/wp-site-options/) lub czytaj
[dziennik rozwoju](https://plugins.trac.wordpress.org/log/wp-site-options/) przez
[RSS](https://plugins.trac.wordpress.org/log/wp-site-options/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.2.1 – 05/03/17

 * GALLERY field type henceforth return array instead string

#### 1.2 – 05/03/17

 * SELECT field type added
 * Added ability to request clear field value without filtering
 * Bugs fix

#### 1.1 – 26/02/17

 * Added default values

## Meta

 *  Wersja **1.2.1**
 *  Ostatnia aktualizacja **1 rok temu**
 *  Włączone instalacje **30+**
 *  Wersja WordPressa ** 4.0 lub nowszej **
 *  Testowano do **6.8.5**
 *  Język
 * [English (US)](https://wordpress.org/plugins/wp-site-options/)
 * Tagi
 * [options](https://pl.wordpress.org/plugins/tags/options/)[settings](https://pl.wordpress.org/plugins/tags/settings/)
   [settings page](https://pl.wordpress.org/plugins/tags/settings-page/)[site options](https://pl.wordpress.org/plugins/tags/site-options/)
   [theme options](https://pl.wordpress.org/plugins/tags/theme-options/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/wp-site-options/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/wp-site-options/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/wp-site-options/reviews/)

## Zaangażowani

 *   [ iTRON ](https://profiles.wordpress.org/hokku/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/wp-site-options/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](https://www.paypal.me/hokku)