Skip to content

Instantly share code, notes, and snippets.

@aphoenix
Created July 8, 2011 15:45
Show Gist options
  • Save aphoenix/1072120 to your computer and use it in GitHub Desktop.
Save aphoenix/1072120 to your computer and use it in GitHub Desktop.
wtf
$parentpost = $post;
while ($parentpost->post_parent) {
$parentpost = $parentpost->post_parent;
}
$slug = $parentpost->post_name;
body_class($slug);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment