add a body class for pages
-
I need to have a class on the body tag for all my pages. For example:
Homepage : <body class=”home”>
Generic page : <body class=”page”>
Blog post : <body class=”post”>Unfortunately, every PHP page calls the get_header() function to generate the top HTML.
How do I achieve a class on the body tag in this case?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘add a body class for pages’ is closed to new replies.