Hello,
I just bought Optinmonster and I would like to integrate it on my website.
But the PHP page seems to not accept the tag…
Could you help me please?
Stéphane
Hello,
I just bought Optinmonster and I would like to integrate it on my website.
But the PHP page seems to not accept the tag…
Could you help me please?
Stéphane
Hi Stéphane,
Please install and activate the child theme and login through FTP then edit the functions.php then add this code:
add_action('wp_footer', 'add_footer_code');
function add_footer_code(){
?>
<!-- Add the code here -->
<?php
};
Please add the code in the <!-- Add the code here --> area in the above code.
Hope this helps.
Thanks man!
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.