Send us a message
/** * The template for displaying the header * * Displays all of the head element and everything up until the "content" div. * * @package WordPress * @subpackage monro-consulting * @since Monro Consulting 1.0 */ $src = acf_is_empty(get_field("header_image")) ? get_field("article_image") : get_field("header_image"); $description = get_bloginfo( 'description', 'display' ); $postId = get_queried_object_id(); ?>
Send us a message