//Logo & Graphics
$logo = get_field('site_logo', 'option');
$logoURL = $logo['url'];
$logoTitle = $logo['title'];
$logoAlt = $logo['alt'];
$badge = get_field('site_badge', 'option');
$KOlogo = get_field('site_logo-ko', 'option');
$KOlogoURL = $KOlogo['url'];
$KOlogoTitle = $KOlogo['title'];
$KOlogoAlt = $KOlogo['alt'];
//Social Channels
$social_facebook = get_field('site_facebook', 'option');
$social_twitter = get_field('site_twitter', 'option');
$social_instagram = get_field('site_instagram', 'option');
$social_youtube = get_field('site_youtube', 'option');
$social_linkedin = get_field('site_linkedin', 'option');
//Meta
$meta_email = get_field('site_email', 'option');
$meta_phone = get_field('site_phone', 'option');
$meta_address = get_field('site_address', 'option');
$meta_description = get_field('site_description', 'option');
?>
News and Media
Watch + Read
This industry moves fast. Our experts help you keep up.
FINALISTS AND HONOREES ANNOUNCED! The Cynopsis Best of the Best Awards salute excellence in national TV programming, marketing campaigns,...
Read more
Industry experts. And the industry’s brightest ideas. Premium inventory. Proprietary analytics. A commitment to quality that lets you not only achieve viewability goals, but move beyond impressions, to impact—at massive scale.
Get started
//Logo & Graphics
$logo = get_field('site_logo', 'option');
$logoURL = $logo['url'];
$logoTitle = $logo['title'];
$logoAlt = $logo['alt'];
$badge = get_field('site_badge', 'option');
$KOlogo = get_field('site_logo-ko', 'option');
$KOlogoURL = $KOlogo['url'];
$KOlogoTitle = $KOlogo['title'];
$KOlogoAlt = $KOlogo['alt'];
//Social Channels
$social_facebook = get_field('site_facebook', 'option');
$social_twitter = get_field('site_twitter', 'option');
$social_instagram = get_field('site_instagram', 'option');
$social_youtube = get_field('site_youtube', 'option');
$social_linkedin = get_field('site_linkedin', 'option');
//Meta
$meta_email = get_field('site_email', 'option');
$meta_phone = get_field('site_phone', 'option');
$meta_address = get_field('site_address', 'option');
$meta_description = get_field('site_description', 'option');
?>