Овај додатак није испробан са последња 3 главна издања Вордпреса.Можда се више не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

Post Meta Box Order

Опис

This plugin help you to customize order of meta boxes on posts screen. It perfectly works with custom meta boxes.

Usage

  1. Install and activate plugin
  2. Order widgets via filters. This plugin hasn’t interface for this.
  3. Update hash.

If you want to force users , add_filter( 'post_meta_box_order_force_override', '__return_true' );

Постављање

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from admin’s Plugins page.

ЧПП

  • I changed meta boxes order but no effected users blog?
    • Don’t forget to change hash. You can use post_meta_box_order_hash filter for that.
  • Is it compatible with multisite?
    • Definitely!
  • How can prevent to users change order?
    • Use filter: add_filter( 'post_meta_box_order_force_override', '__return_true' );

Прегледи

Нема рецензија за овај додатак.

Сарадници и градитељи

„Post Meta Box Order“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

Преведите „Post Meta Box Order“ на свој језик.

Заинтересовани сте за градњу?

Прегледајте код, проверите SVN складиште или се пријавите на белешку градње преко RSS-а.

Белешка о изменама

2.0

Filters added

1.0

Initial release