Can you please let me know where I can place the Marketo Munchkin Code?
Hi fightforcreativity!
Add this to the bottom of your child theme functions.php file.
add_action( 'wp_head', 'enfold_customization_extra_scripts' );
function enfold_customization_extra_scripts() {
?>
<script type=”text/javascript”>
document.write(unescape(“%3Cscript src=’//munchkin.marketo.net/munchkin.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
<script>Munchkin.init(‘366-CAT-687’, {“wsInfo”:”j0hRc9jO”});</script>
<?php
}
Regards,
Elliott