body classes not populating
I have 2 pages that are identical in my dev and production environments (http://wordpress-310389-952347.cloudwaysapps.com/2020/08/17/benelinx-qa/ and https://www.benelinx.com/2020/08/17/benelinx-qa/ respectively). If you inspect the page, you’ll see that the values of the class
attributes in the body
tags are different between the 2, and as such, the page in the dev environment is not displaying properly.
This is only happening in Posts (not Pages). I wanted to ask here if there is anything else I can/should check first that may cause this to happen… especially just for this 1 post type.
In case it matters, my body tag in header.php is
<body <?php astra_schema_body(); ?> >
Any ideas?
Leave an answer