Plugin categories

Create a Website with AI
Global Meta Box Order

Global Meta Box Order

Harmonize meta box positions for all backend users.

5

Rating summary

5

Reviews

300

Active installations

Global Meta Box Order
Global Meta Box Order
Global Meta Box Order
Global Meta Box Order

Overview

Compatibility

Customer support & learning resources

Changelog

Main benefits

Harmonize meta box positions

Change column layout

No database modifications

Lock meta box order

Remove screen options box

About this plugin

Author: nosurs
Version: 1.0.3
Last updated: 02-12-2015
WordPress version: 4.1
Tested up to: 4.3.34
PHP version required: false
Languages:
Learning resources: View resources

Overview

The described WordPress plugin, Global Meta Box Order, enables administrators to harmonize the positions of meta boxes and the column layout across all backend screens. When activated, administrators can reorder and reposition meta boxes, customize column layouts, and ensure these changes apply globally to all users without altering the database; the settings are dynamically filtered during each request. Further, administrators can lock these views by preventing user modifications and removing the screen options box for a consistent interface. Configurations are made via the theme’s `functions.php` file, offering flexibility to operate on posts, pages, custom post types, and dashboards. Additionally, adjustments such as specifying a blueprint user and excluding certain custom post types are supported to tailor user experiences universally.

Easy Installation and Activation

  • Download and unpack the plugin.
  • Move the folder to your 'plugins' directory.
  • Activate the plugin from the WordPress admin area.

Non-Intrusive and Reversible

  • Does not write to the database, only reads.
  • Changes appear permanent but are not; deactivating the plugin reverts all changes.
  • Reactivating the plugin reapplies all changes.

Global Meta Box and Column Layout Management

  • Changes meta box visibility, ordering, and column positions.
  • Allows immobilization of meta boxes to prevent user modifications.
  • Removes the screen options box if needed.

Customizable and Flexible Configuration

  • Operates on posts, pages, custom post types, and the dashboard by default.
  • Allows configuration through the theme's functions.php file.
  • Supports changing the blueprint user and locking views.

Rating and reviews

5

Rating summary

5

Reviews

300

Active installations

5
4
3
2
1

User sentiment analysis

Users appreciate the plugin for its simplicity and effectiveness in customizing post editors. They value the quick setup and ease of locking meta boxes and hiding screen options, which enhances their control over the layout. This rearrangement feature is deemed especially useful for making the user interface more logical and user-friendly for clients, which is something they believe WordPress should offer by default. Installation and configuration are praised for being straightforward, with minimal code required to implement the desired functions. However, a notable drawback is that this degree of customization isn’t available natively within WordPress, necessitating the use of such a plugin.
lehezee

lehezee

01 Dec, 2017

This is exactly what i needed, thanks you !
shottogan

shottogan

13 May, 2016

Easy way to customize post editors for all users~
radgh

radgh

27 Jan, 2016

Got it working in no time. Locked meta boxes and hid the screen options button. Hopefully I’ve just made the client’s life 10x easier by arranging meta boxes in a logical order. Why WordPress doesn’t let you set the default layout out of the box is beyond me.
buylov

buylov

13 Sep, 2015

Thanks to the author! The plugin works great. If you read the thoughts out of my head.
david@hlidek.cz

[email protected]

23 Apr, 2015

I appreciate fast installation and configuration. I’ve set only a few options in my functions.php: if(is_admin()) { if (class_exists(‘\GlobalMetaBoxOrder\Config’)) { \GlobalMetaBoxOrder\Config::$remove_screen_options = true; \GlobalMetaBoxOrder\Config::$lock_meta_box_order = true; } } In this configuration, it works fine.

FAQ

How do I install the plugin?

How do I change the order and position of meta boxes?

What happens if I deactivate the plugin?

How does the plugin work?

Can I change the default blueprint user?

What screens does the plugin operate on?

Can I lock the meta box order and remove the screen options box?

Does the plugin support custom post types?