We'll create fresh WordPress site with Header and Footer Scripts installed. You have 20 minutes to test the plugin after that site we'll be deleted.
If you are running a WordPress site then sooner or later you need to insert some kind of code to your website. It is most likley a web analytics code like Google Analytics or may be social media script or some CSS stylesheet or may be Custom fonts. This plugin will do all the magic. Even if you want to insert those codes in a custom post type.
All you have to do is adding appropriate html code.
Don’t forget to wrap your code with proper tags.
<script type="text/javascript">
YOUR JS CODE HERE
</script>
Or for CSS:
<style type="text/css">
YOUR CSS CODE HERE
</style>
<head>
or before </body>
.<head>
of any single page or post.The plugin should be compatible with WooCommerce.
Almost all WordPress theme do support this “Header and Footer Scripts” plugin. If the codes are not appearing in your site [ask for support] or look at your theme file if they have standard wp_head
and wp_footer
hooks.
For furhter information you are welcomed to follow these links: