functions.php

How to Enqueue Scripts into Child Theme in Genesis Framework

Generally, it’s a good idea to include JavaScript / jQuery libraries and plugins at the bottom of the page, just before closing the body tag. The reason is pretty simple, HTTP/1.1 specification suggests that browsers not download more than two assets in parallel. Using wp_enqueue_script is the best way to load JavaScript and jQuery into your