#header_wrapper{display:flex!important}#header_wrapper img{margin-top:0;width:160px;mix-blend-mode:multiply!important}.event-container{display:flex;align-items:center;margin-bottom:20px}.event-date{flex:0 0 30%;font-weight:700;font-size:1.2em;padding-right:20px;text-align:left}.event-details{flex:1;text-align:left}.group-name{font-size:1.1em;font-weight:700;margin-bottom:5px}.location{font-size:1em;color:#666}https://draftpics.ca/wp-content/uploads/2025/11/DraftPics-logo.webp// ------------------------------------------------------------ // DraftPics LocalBusiness Schema (use with Yoast SEO) // ------------------------------------------------------------ add_action('wp_head',function (){// Start with homepage only (you can expand later) if (! is_front_page() && ! is_home()){return}$schema=["@context"=>"https://schema.org","@type"=>"LocalBusiness","@id"=>home_url('/#draftpics'),"name"=>"DraftPics","url"=>home_url(/),"image"=>"https://draftpics.ca/wp-content/uploads/2025/11/DraftPics-logo.webp",// <-- change to your real logo URL "telephone"=>"+1-519-990-7351",// <-- change "address"=>["@type"=>"PostalAddress","addressLocality"=>"Windsor","addressRegion"=>"ON","addressCountry"=>"CA"],"areaServed"=>["@type"=>"City","name"=>"Windsor"],"description"=>"Elite sports portrait photography serving hockey, baseball, football and all youth sports organizations in the Windsor-Essex area.","sameAs"=>["https://www.facebook.com/draftpics.ca","https://www.instagram.com/draftpics.ca"]];echo "\n" . '<script type="application/ld+json">' . wp_json_encode($schema) . '</script>' . "\n"},99);