'Primary Navigation')); /* ======================================================================================================================== Actions and Filters ======================================================================================================================== */ add_action( 'wp_enqueue_scripts', 'bluesquared_script_enqueuer' ); add_filter( 'body_class', 'add_slug_to_body_class' ); /* ======================================================================================================================== Custom Post Types - include custom post types and taxonimies here e.g. e.g. require_once( 'custom-post-types/your-custom-post-type.php' ); ======================================================================================================================== */ /* ======================================================================================================================== Scripts ======================================================================================================================== */ /** * Add scripts via wp_head() * * @return void * @author Keir Whitaker */ function bluesquared_script_enqueuer() { wp_register_script( 'site', get_template_directory_uri().'/js/doubletaptogo.js', array( 'jquery' ) ); wp_enqueue_script( 'site' ); wp_register_script( 'global', get_template_directory_uri().'/js/site.js'); wp_enqueue_script( 'global' ); wp_register_style( 'screen', get_template_directory_uri().'/style.css', '', '', 'screen' ); wp_enqueue_style( 'screen' ); } /* ======================================================================================================================== Comments ======================================================================================================================== */ /** * Custom callback for outputting comments * * @return void * @author Keir Whitaker */ function bluesquared_comment( $comment, $args, $depth ) { $GLOBALS['comment'] = $comment; ?> comment_approved == '1' ): ?>