Bu eklenti, WordPress'in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress'in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

Menu Item Types

Açıklama

Menu Item Types makes it easy to add links to your archive pages, titles, items without URL, paragraphs or images to your navigation menus.
You can also easily override the templates and/or create your own custom elements.

Filters

// Disable Post Type Archive Metabox
add_filter( 'mitypes_has_post_type_archive_metabox', '__return_false' ) ;

// Disable Buildin Item types
add_filter( 'mitypes_has_buildin_item_types', '__return_false' ) ;

// Mix Buildin and Plugin Item types in the metabox
add_filter( 'mitypes_mix_metabox_item_types', '__return_true' ) ;

// Filter Supported Item types
add_filter( 'mitypes_supported_types', function(){ return ['image']; } );

Menu Item Types can be extended

There are already additional plugins.
You can also create your own elements like these plugins do:

Yükleme

  1. Install the plugin and activate.
  2. Go to Apparence > Menu
  3. If the new metaboxes are not visible, use screen options

SSS

My elements haven’t styles

Menu Item Types does not provide graphic formatting. It provides the tools to create your own elements.

Is ACF essential?

Yes. Download and install it.

How to add my own custom fields?

Menu Item Types adds a new ACF location to target different types of menu items.

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“Menu Item Types” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

“Menu Item Types” 1 dile çevrildi. Katkıda bulundukları için çevirmenlere teşekkürler.

“Menu Item Types” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüle, SVN deposuna göz at veya RSS ile geliştirme günlüğüne abone ol.

Değişiklik Kaydı

1.3

  • Fix : fix ACF location match. now you can create a location test with the menu item type name & another native item type.

1.2

  • Add filter : mitypes_has_post_type_archive_metabox
  • Add filter : mitypes_has_buildin_item_types
  • Add filter : mitypes_mix_metabox_item_types
  • Add filter : mitypes_supported_types
  • Add filter : mitypes_has_{$type}_item_type_support
  • Add render callback option : thx ogorzalka PR
  • Improve svg support : thx ogorzalka PR
  • Improve ACF’s test : thx alexwoollam PR

1.1

  • Improved support for custom elements with the ability to register an icon.
  • FIX post_type_archive label

1.0

  • Launch