Title: Sticky Postbox
Author: Enrico Sorcinelli
Published: <strong>Hulyo 13, 2022</strong>
Last modified: Hulyo 13, 2022

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

![](https://ps.w.org/sticky-postbox/assets/icon-256x256.png?rev=2755921)

# Sticky Postbox

 Ni [Enrico Sorcinelli](https://profiles.wordpress.org/enricosorcinelli/)

[I-download](https://downloads.wordpress.org/plugin/sticky-postbox.1.3.0.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/sticky-postbox/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/sticky-postbox/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/sticky-postbox/#installation)
 * [Development](https://tl.wordpress.org/plugins/sticky-postbox/#developers)

 [Suporta](https://wordpress.org/support/plugin/sticky-postbox/)

## Deskripsyon

**Sticky Postbox** is a piece of code written few years ago as exercise to learn
how WordPress handles administration meta boxes’s availables statuses (closed, hidden
and sortings).

This very lightweight plugin adds the _sticky_ feature to administration meta boxes
allowing them to be sticky at top right corner of the browser window.

Only one meta box can be sticky at once, so a new sticky meta box unstick the current
one (if there is one).

### Basic Features

 * Per-user settings.
 * Multisite support.

### Usage

Once the plugin is installed and activated you can sticky administration meta boxes
using sticky icon (it appears on the top right corner of each box).

### API

#### Constants

You can use define following constants in your _wp-config.php_ file.

**`STICKY_POSTBOX_DEBUG`**

Turn on debug messages (also `WP_DEBUG` has to be `true`).
 Default to `false`.

**`STICKY_POSTBOX_GLOBAL_OPTIONS`**

In a Multisite installation, allows to shares user’s sticky meta boxes settings 
across all his sites. For example, if you sticky _Publish_ box in editing Pages 
in a specific site, it will be sticky on all Pages of all sites.
 Default to `false`.

**`STICKY_POSTBOX_AUTOENABLE`**

By default if the plugin has been activated, it starts automatically.
 Define to`
false` if you want to init it manually, for example:

    ```
    // Activate manually the plugin once all plugin have been loaded.
    add_action( 'plugins_loaded', function() {
        \Sticky_Postbox::get_instance( 
            array(
                'debug'          => WP_DEBUG,
                'global_options' => false,
            )
        );
    } );
    ```

#### Hooks

Currently the plugin doesn’t have actions or filters.

## Mga Screenshot

[⌊Sticky meta box in classic edit post.⌉⌊Sticky meta box in classic edit post.⌉[

Sticky meta box in classic edit post.

[⌊Sticky meta box in Dashboard.⌉⌊Sticky meta box in Dashboard.⌉[

Sticky meta box in Dashboard.

## Pag-install

This section describes how to install the plugin and get it working.

 1. Upload the plugin files to the `/wp-content/plugins/sticky-postbox` directory, 
    or install the plugin through the WordPress _Plugins_ screen directly.
 2. Activate the plugin through the _Plugins_ screen in WordPress.

## FAQ

### Does it work with Gutenberg?

This plugin is intended to work with Classic Editor and Dashboards meta boxes.

### Does it work with multisite installation?

Yes

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Sticky Postbox” ay open source software. Ang mga sumusunod na tao ay nag-ambag
sa plugin na ito.

Mga Contributor

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

[Isalin ang “Sticky Postbox” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/sticky-postbox)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/sticky-postbox/), 
i-check ang [SVN repository](https://plugins.svn.wordpress.org/sticky-postbox/),
o mag-subscribe sa [development log](https://plugins.trac.wordpress.org/log/sticky-postbox/)
sa pamamagitan ng [RSS](https://plugins.trac.wordpress.org/log/sticky-postbox/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

For plugin changelog, please see [the Releases page on GitHub](https://github.com/enrico-sorcinelli/sticky-postbox/releases).

## Meta

 *  Bersyon **1.3.0**
 *  Huling na-update **4 taon ang nakalipas**
 *  Mga aktibong installation **20+**
 *  Bersyon ng WordPress ** 4.4 o mas bago **
 *  Sinubukan hanggang **6.0.12**
 *  Bersyon ng PHP ** 5.2.4 o mas bago **
 *  Wika
 * [English (US)](https://wordpress.org/plugins/sticky-postbox/)
 * Mga Tag
 * [administration](https://tl.wordpress.org/plugins/tags/administration/)[dashboard](https://tl.wordpress.org/plugins/tags/dashboard/)
   [options](https://tl.wordpress.org/plugins/tags/options/)[post](https://tl.wordpress.org/plugins/tags/post/)
   [sticky](https://tl.wordpress.org/plugins/tags/sticky/)
 *  [Advanced View](https://tl.wordpress.org/plugins/sticky-postbox/advanced/)

## Mga Rating

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/sticky-postbox/reviews/#new-post)

[Tingnan lahat ng review](https://wordpress.org/support/plugin/sticky-postbox/reviews/)

## Mga Contributor

 *   [ Enrico Sorcinelli ](https://profiles.wordpress.org/enricosorcinelli/)

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/sticky-postbox/)