[ad_1]
Hi @hfard,
I think your site is using a custom theme – can you please make sure that the header.php file is calling wp_body_open after the opening body tag?
WPCode uses that hook to output “body” code but not all themes include that by default.
Thread Starter
hfard
(@hfard)
Hi @gripgrip – you’re right header.php does not call that. does that mean I can’t use your plugin? what are my options?
Hi @hfard,
Since it’s a custom theme you can either add the wp_open_body function after the opening body tag or ask your theme developer to do it.
Without that, there’s no hook to output the body data there.
