Title: Sticky Postbox
Author: Enrico Sorcinelli
Published: <strong>জুলাই 13, 2022</strong>
Last modified: জুলাই 13, 2022

---

প্লাগিনৰ সন্ধান কৰক

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# Sticky Postbox

 [Enrico Sorcinelli](https://profiles.wordpress.org/enricosorcinelli/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/sticky-postbox.1.3.0.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/sticky-postbox/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/sticky-postbox/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/sticky-postbox/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/sticky-postbox/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/sticky-postbox/)

## বৰ্ণনা

**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.

## স্ক্ৰীনশ্বট

 * [[
 * Sticky meta box in classic edit post.
 * [[
 * Sticky meta box in Dashboard.

## ইনষ্টলেশ্যন

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.

## সঘনাই উত্থাপিত প্ৰশ্ন

### 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

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Sticky Postbox” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

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

[আপোনাৰ ভাষাত “Sticky Postbox” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/sticky-postbox)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/sticky-postbox/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/sticky-postbox/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/sticky-postbox/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/sticky-postbox/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

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

## মেটা

 *  **1.3.0** সংস্কৰণ
 *  **4 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **20+**
 *  WordPress-ৰ সংস্কৰণ ** 4.4 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **6.0.12**
 *  PHP-ৰ সংস্কৰণ ** 5.2.4 বা তাতকৈ ওপৰৰ **
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/sticky-postbox/)
 * [administration](https://as.wordpress.org/plugins/tags/administration/)[dashboard](https://as.wordpress.org/plugins/tags/dashboard/)
   [options](https://as.wordpress.org/plugins/tags/options/)[post](https://as.wordpress.org/plugins/tags/post/)
   [sticky](https://as.wordpress.org/plugins/tags/sticky/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/sticky-postbox/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

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

[See all reviews](https://wordpress.org/support/plugin/sticky-postbox/reviews/)

## অৱদানকাৰীসকল

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

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/sticky-postbox/)