এই প্লাগইনটি ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি। এটি আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

Menu Section Titles

Description

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

Screenshots

Installation

  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))

FAQ

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)

Reviews

সেপ্টেম্বর 3, 2016
Does just what it says. Nice tool to have at your disposal when you need it!
সব রিভিউ পড়ুন

ডেভেলপার এবং কন্ট্রিবিউটর

“Menu Section Titles” is open source software. The following people have contributed to this plugin.

কন্ট্রিবিউটর

Translate “Menu Section Titles” into your language.

ডেভেলপমেন্ট এ আগ্রহী?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1

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

1.0

  • Plugin Launch