Linux 软件免费装
Banner图

Tabify Edit Screen

开发者 CodeKitchen
markoheijnen
tara-van-der-wel
更新时间 2021年2月28日 21:18
捐献地址: 去捐款
PHP版本: 3.7 及以上
WordPress版本: 5.6.2

标签

post posts page admin tabs edit tabs plugin admin tabs

下载

0.1 0.7 0.7.1 0.8 0.8.1 0.8.2 0.8.3 0.9.0 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 1.0.0 0.2 0.3 0.4 0.4.1 0.5 0.5.1 0.5.2 0.5.3 0.6

详情介绍:

When you've got lots of post meta-boxes, your post edit screen can become difficult to search. Make your post edit screen easier to navigate and manage by creating a set of tabs, with the Tabify Edit Screen plugin. And manage it all from the WordPress back-end! There are still lots of things changing in the code base. There are some hooks you can use but they can change from implementation till 1.0. I will always try to maintain backwards-compatible but till 1.0 I can't be sure for that.

安装:

  1. Upload the folder tabify-edit-screen to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Go to the Settings -> Tabify edit screen to enable tabs for a specific post type

屏幕截图:

  • How it would look like after enabling this plugin
  • The settings page where you can manage the tabs for each posttype

常见问题:

Can you define metaboxes that will always be visible?

At this moment the title and submit box are always visible. You can change this by using the following filters:

  • tabify_default_metaboxes - $defaults, $id, $type
  • tabify_default_metaboxes_$type - $defaults, $id The $id is for example the post type name when $type is posttypes.

Can I place the tabs under the title input field?

Yes, you can use the filter 'tabify_tab_location' and passing the value 'after_title' to it. You can also check on the second argument what the location is. Now always 'posttype'

Does it work with all plugins?

Since version 0.9.0 it should work for almost all plugins. Unless they do extra checks it should work. Before there was a filter 'tabify_plugin_support' which still exists but shouldn't be used anymore.

What happen with new metaboxes?

At this moment new metaboxes are places on the last tab. You can go to the settings screen to reorder the metabox. You can change which tab it should go like with meta boxes that don't show up like Types or WordPress SEO. You do this with the filter 'tabify_unattached_metaboxes_index'.

更新日志:

1.0.0 ( 2021-02-28 ) 0.9.7 ( 2016-12-20 ) 0.9.6 ( 2016-11-21 ) 0.9.5 ( 2016-03-03 ) 0.9.4 ( 2016-02-28 ) 0.9.3 ( 2016-02-18 ) 0.9.2 ( 2015-11-14 ) 0.9.1 ( 2015-11-14 ) 0.9.0 ( 2015-11-14 ) 0.8.3 ( 2015-07-27 ) 0.8.2 ( 2014-07-27 ) 0.8.1 ( 2014-03-26 ) 0.8.0 ( 2013-12-25 ) 0.7.1 ( 2013-09-26 ) 0.7.0 ( 2013-06-14 ) 0.6.0 ( 2013-02-24 ) 0.5.3 ( 2013-01-07 ) 0.5.2 ( 2012-12-31 ) 0.5.1 ( 2012-12-31 ) 0.5.0 ( 2012-12-31 ) 0.4.1 ( 2012-11-9 ) 0.4.0 ( 2012-11-9 ) 0.3.0 ( 2012-4-7 ) 0.2.0 ( 2012-4-6 ) 0.1.0 ( 2012-4-2 )