Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
menu-manager.php tag childpages
#2
(2013-02-10, 00:54:02)uitdecom Wrote: so every menu-item with a parent gets a hasparent tag and can be styled differently (I set a margin-right on the li.hasparent strong }

Why would you need this? You can just use CSS like this:
Code:
ul.menu li { /* styles for top level */ }
ul.menu li li { /* styles for children */ }
ul.menu li li li { /* styles for 3rd level entries */ }
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply


Messages In This Thread
menu-manager.php tag childpages - by uitdecom - 2013-02-10, 00:54:02
RE: menu-manager.php tag childpages - by mvlcek - 2013-02-10, 01:00:16
RE: menu-manager.php tag childpages - by uitdecom - 2013-02-10, 01:04:54



Users browsing this thread: 1 Guest(s)