ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Admin Bar Menu Packer

وضاحت

Some of themes or plugins add menu items to the toolbar (admin bar). These additional items may be useful, but sometimes you feel annoyed as the toolbar fills up with various items. Admin Bar Menu Packer gathers these items on the toolbar into one hamburger menu. The message “Howdy, username” next to the Avatar is also removed, but most WordPress built-in items remain as they are.

Debug Mode

If WP_DEBUG is enabled, this plugin will run in debug mode.
In debug mode, you can see:

  • [Node ID popup] Each item in the hamburger menu has title attribute contains node ID
  • [Debug menu] Additional item (‘All Nodes’) which contains node IDs of all items on the toolbar

Translations

This plugin is currently available in English and Japanese (日本語).

تصوير

  • Sample toolbar and packed menu

انسٽاليشن

  1. Upload the /admin-bar-menu-packer/ directory into your WordPress plugins directory, or install the plugin through the WordPress plugins screen directly.

  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

FAQ

Installation Instructions
  1. Upload the /admin-bar-menu-packer/ directory into your WordPress plugins directory, or install the plugin through the WordPress plugins screen directly.

  2. Activate the plugin through the ‘Plugins’ screen in WordPress.

Which built-in items will be packed?

The following built-in items will be packed:

  • New (Post, Media, Page, User)
  • Customize
  • Edit (Edit Post, Edit Page)
  • View

The following built-in items will NOT be packed:

  • WordPress logo Menu (About WordPress, WordPress.org, etc.)
  • Site-name Menu (Visit site, Dashboard, Themes, Widgets, etc.)
  • Updates
  • Comments
  • User Account Menu

In addition, the items added to the right of toolbar by some plugins, such as Debug Bar, will not be packed.

Can I select which items to be packed?

No, you can not. The current version of this plugin does not have settings screen and there is no way to select items to be packed.

The packed menu items are displayed strangely.

Please let me know the following information:

  • Item name(s)
  • The name and version of theme or plugin that shows the item
How can I enable debug mode?

Please enable WP_DEBUG. To do this, set the value of it to true in your wp-config.php file:

define( 'WP_DEBUG', true );

Please note that it enables debug mode throughout WordPress and PHP errors or warnings will be shown inside of pages.

جائزا

واحد: سڀ 1 جائزو پڙهو

تعاون ڪندڙ & ڊولپرز

“Admin Bar Menu Packer” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

واحد: “Admin Bar Menu Packer” 1 لوڪل ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “Admin Bar Menu Packer” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

0.7.4

0.7.3

  • Minor fix (syntax error under older PHP environment)

0.7.2

0.7.1

0.7.0

  • Initial release candidate