Skip to content

Instantly share code, notes, and snippets.

@sunilw
Created August 30, 2014 06:15
Show Gist options
  • Save sunilw/0a2ba4d23d8361944232 to your computer and use it in GitHub Desktop.
Save sunilw/0a2ba4d23d8361944232 to your computer and use it in GitHub Desktop.
<body <?php
$class = "page-" . strtolower(get_the_title()) ;
body_class($class);
?>>
@sunilw
Copy link
Author

sunilw commented Aug 30, 2014

Another css hook:

.page-[page title]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment