این افزونه با آخرین 3 نسخه اصلی وردپرس تست نشده است. ممکن است دیگر نگهداری یا پشتیبانی نشود و ممکن است هنگام استفاده با نسخه های جدیدتر وردپرس مشکلات سازگاری داشته باشد.

Menu Section Titles

توضیحات

Add the ability to create menu items that aren’t a link. Useful in scenarios like a large footer menu where you want to have sections with links underneath the section titles.

GitHub Repo

عکس‌های صفحه

  • Example configuration screen
  • Example footer menu with titles that you can achieve

نصب

  1. Upload menu-section-titles to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add a menu link with the appropriate hashes (e.g. for an <h1> set the link o #(h1))

سوالات متداول

What elements can I tell it to use?

Anything! It is dynamic and anything you put inside the parenthesis #() will become the element.

Examples:

  • h1 => #(h1)
  • h2 => #(h2)
  • span => #(span)
  • div => #(div)
  • p => #(p)
  • strong => #(strong)

نقد و بررسی‌ها

سپتامبر 3, 2016
Does just what it says. Nice tool to have at your disposal when you need it!
خواندن تمامی 3 نقد و بررسی‌

توسعه دهندگان و همکاران

“Menu Section Titles” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Menu Section Titles” به زبان شما.

علاقه‌ مند به توسعه هستید؟

کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.

گزارش تغییرات

1.1

  • Made plugin more dynamic so you can add any element to your menu

1.0

  • Plugin Launch