I copied the 2010 theme and have started creating a new theme.
How do I stop "blog" and "logged-in" from being added to the body class?
Thanks,
DAN
I copied the 2010 theme and have started creating a new theme.
How do I stop "blog" and "logged-in" from being added to the body class?
Thanks,
DAN
body_class() uses a filter before it returns the output: 'body_class'
you could theoretically use this to filter any unwanted class names from the output
body_class() uses a filter before it returns the output: 'body_class'
you could theoretically use this to filter any unwanted class names from the output
Much appreciated - makes sense.
Sorry about the subject on this post. I guess the forum software doesn't allow html in the subject, plus it's not providing any warnings or error messages.
DAN
This topic has been closed to new replies.