919.828.2300
How can we help you today?
Categories
< All Topics
Print

Add script to genesis

Add to child theme’s functions.php

 

// Add script to header
add_action(‘wp_head’, ‘my_custom_script’);
function my_custom_script() {
?>
<script>
// Your script code goes here
</script>
<?php
}

Table of Contents