Hello friends,
I installed the q2a and made integration with WordPress theme
My problem is, that the integration of wordpress theme also affects the body of the site
Instead of only the header and the footer...
That's how the body looks before the integration:
That's how the body looks after the integration:
here the php file
My question is, how do I make it that integration does not affect the body?
Maybe it's about tags, but I tried to play with it and it did not work
Maybe I need to limit the function
<?php wp_head(); ?>
Please help me, what is wrong with the code????