This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Menu Child Indicator

ਵੇਰਵਾ

This plugin adds the css class .has-children to menu items that have a submenu to allow css styling.

ਸਥਾਪਤੀਕਰਨ

  1. Upload menu-child-indicator.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add styles with the CSS rule .menu .children .has-children (Hint: use the pseudo-element ::after along with content: "\00a0\bb"; to add a double arrow pointing to the right.)
  4. That’s it!

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

  • What style to you use for your indicator?
  • Glad you asked! See the css block below:

    css
    .menu .children .has-children::after {
    content: "\00a0\bb";
    position: absolute;
    top: .3em;
    right: 10px;
    font-size: 18px;
    color: white;
    }

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

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

ਯੋਗਦਾਨੀ

“Menu Child Indicator” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

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

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.1.4

  • Update “tested up to” version

1.1.3

  • Update “tested up to” version

1.1.2

  • Add sample css and screenshot

1.1

  • Minor readme tweaks

1.0

  • First version