Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get closest parent to root?
#3
I'd also like to know what the best way is to get the root parent's slug, at the moment I'm just grabbing the document's parent. I'd imagine it uses menu_data().

PHP Code:
<?php // so the syntax is highlighted correctly ?>
<body
    id="d-<?php get_page_slug(); ?>"
    class="p-<?php echo (get_parent(false) != '') ? get_parent(false) : 'orphan' ?>"> 
Modern UI Admin for GetSimple
Watch the demo. Install this plugin. Use this CSS. Enjoy.
Reply


Messages In This Thread
Get closest parent to root? - by maruchan - 2013-02-16, 04:42:11
RE: Get closest parent to root? - by yojoe - 2013-02-18, 18:44:47
RE: Get closest parent to root? - by sal - 2013-02-19, 14:08:28
RE: Get closest parent to root? - by Carlos - 2013-02-20, 06:14:08
RE: Get closest parent to root? - by maruchan - 2013-02-21, 03:34:31
RE: Get closest parent to root? - by shawn_a - 2013-02-21, 04:00:57
RE: Get closest parent to root? - by Carlos - 2013-02-21, 04:35:51



Users browsing this thread: 1 Guest(s)