You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been getting the following messages when I am submitting my theme, this started happening in the past three months (more or less)
"/?p=1241" (via: singular.php) does not contain a body class
"/" (via: index.php) does not contain a body class
"/?tag=alignment-2" (via: index.php) does not contain a body class
I know that I have included the body class in my theme, so I know that's not the problem that I did not forget to include the tag. So, I am submitting the issue, just in case.
The text was updated successfully, but these errors were encountered:
Debug with var_dump: Add var_dump(body_class()); in your header file to see if the function is returning the expected classes. This can help identify if the issue is with the function itself.
I have been getting the following messages when I am submitting my theme, this started happening in the past three months (more or less)
"/?p=1241" (via: singular.php) does not contain a body class
"/" (via: index.php) does not contain a body class
"/?tag=alignment-2" (via: index.php) does not contain a body class
I know that I have included the body class in my theme, so I know that's not the problem that I did not forget to include the tag. So, I am submitting the issue, just in case.
The text was updated successfully, but these errors were encountered: