Does anyone know where I can get a list of all the body classes generated by body_class()
for every sections and every conditions, including custom post-types, etc.?
For example, for a search result page with certain conditions (eg. logged-in), the function produces this:
<body class="search search-results logged-in admin-bar single-author two-column right-sidebar">
I need the full list for reference in creating a theme.
Cheers!
Several classes have been added since WordPress 2.8 (when the WPEngineer post was written). I would refer directly to the
body_class()
Codex entry, which currently lists the following:There’s a list of that on WPEngineer.com