Forums
(@xenot)
3 years, 8 months ago
Слона-то я и не приметил. Благодарю за моментальный ответ и за вашу работу!
4 years, 3 months ago
@thomasjons
Basic template structur, sample index.php
<html> <head> ... content head ... </head> <body> <?php wp_body_open(); ?> …rest of site layout… </body> </html>
@thomasjons didn’t my solution help you?
4 years, 8 months ago
I just gave you one of the solutions to the problem. Other plugins also require this hook.
Hi all!
If in your site don’t work insetr body code, you need insert in theme next code:
<body> <?php wp_body_open(); ?> ...
wp_body_open() — launch the wp_body_open hook. Should be used in a theme immediately after the opening <body> tag.