add_action(‘wp_head’, ‘themespress_googleanalytics’); function themespress_googleanalytics() { ?>
Archives : Post Types
Post Type Description
// Enqueue Font Awesome 5 in WordPress function themespress_load_font_awesome() { // You can find the current URL for the latest version here: https://fontawesome.com/start wp_enqueue_style( ‘font-awesome-free’, ‘https://use.fontawesome.com/releases/v5.6.3/css/all.css’ ); } add_action( ‘wp_enqueue_scripts’,