<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="description" content="" /> <meta name="author" content="" /> <!-- Favicon--> <link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <?php wp_head(); ?> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <?php global $ius_theme_options; ?> <body id="page-top"> <!-- Navigation--> <nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav"> <div class="container mob-menu"> <a class="navbar-brand" href="/"><img src="<?php echo get_template_directory_uri().'/assets/img/kings-castle-logo.png'; ?>" alt="..." /></a> <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> <i class="fas fa-bars"></i> <i class="fas fa-bars"></i> </button> <div class="collapse navbar-collapse" id="navbarResponsive"> <?php if ( has_nav_menu( 'header-menu-loc' ) ) { wp_nav_menu( array( 'theme_location' => 'header-menu-loc', 'container' => '', 'container_id' => '', 'echo' => true, 'items_wrap' => '<ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">%3$s</ul>', 'depth' => 0, 'add_a_class' => 'nav-link', 'walker' => new wp_bootstrap_navwalker() ) ); } ?> <div class="icons-mob-nav"> <a href="https://www.instagram.com/lovekingscastle/?hl=en-gb"><img src="https://kingscastle.overtimeagc.com/wp-content/themes/kingscastle/assets/img/ig.png" style="height: 37px;" /></a> <a href="https://www.tiktok.com/@lovekingscastle"><img src="https://kingscastle.overtimeagc.com/wp-content/themes/kingscastle/assets/img/tk.png" style="height: 37px; padding: 0 5px;" /></a> <a href="https://www.facebook.com/YourKingsCastle/?locale=en_GB "><img src="https://kingscastle.overtimeagc.com/wp-content/themes/kingscastle/assets/img/fb.png" style="height: 37px;" /></a> </div> </div> </div> </nav> <?php global $post; $post_slug = $post->post_name; ////if ( is_home() ) { if ( is_front_page() ) { ?> <?php $image = get_field('banner_image'); ?> <!-- Masthead--> <header class="masthead" style="background-image:url(<?php echo esc_url($image['url']); ?>)"> <div class="container ban-txt"> <div class="masthead-subheading text-uppercase"><?php the_field('banner_text_1'); ?></div> <div class="masthead-heading text-uppercase"><?php the_field('banner_text_2'); ?></div> <div class="masthead-subheading2 text-uppercase"><?php the_field('banner_text_3'); ?></div> </div> <div class="container-fluid"> <div class="row"> <div class="mob-order"><a href="/contact/" class="btn-order">Order Online</a></div> </div> </div> </header> <?php } elseif($post_slug=='about') { ?> <header class="bannerMenu"> <div class="container"> <div class="bannerMenu-heading text-uppercase"><?php the_title(); ?></div> </div> <div class="botline-mob"><a href="/contact/" class="btn-order">Order Online</a></div> </header> <?php } elseif($post_slug=='franchise') { ?> <?php $image = get_field('banner_image'); ?> <header class="bannerFranchise"> <div class="container"> <div class="franchise-txt">Join The King's</div> <div class="bannerFranchise-heading text-uppercase fran-txt"><?php the_title(); ?></div> </div> <section class="page-section pt-0 pb-0 franchise-content" id="franchise"> <div class="container-fluid"> <div class="row"> <div class="col-lg-6"> <div class="txt-left mar-bot-60"> <h3 class="fra-head-bot"><?php the_field('banner_top_heading'); ?></h3> <h2><?php the_field('banner_main_heading'); ?></h2> <p class="marbot30"><?php the_field('banner_text'); ?></p> <div class="botline2 botline-franchise" style="margin-bottom: -15px;"><a href="<?php the_field('banner_button_link'); ?>" class="but-read"><?php the_field('banner_button_text'); ?></a></div> </div> </div> <div class="col-lg-6 p-0 marbot30"> <div class="car-mob"><img src="<?php echo esc_url($image['url']); ?>" class="img-fluid"></div> </div> </div> </div> </section> <div class="container-fluid"> <div class="row"> <div class="mob-order"><a href="#getstarted" class="but-read">Read More</a></div> </div> </div> </header> <?php } elseif($post_slug=='locations') { ?> <?php $image = get_field('banner_image'); ?> <header class="bannerLocations" style="background-image:url(<?php echo esc_url($image['url']); ?>)"> <div class="container"> <div class="bannerLocations-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='contact') { ?> <header class="bannerContact"> <div class="container"> <div class="bannerContact-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='news') { ?> <header class="bannerNews"> <div class="container"> <div class="bannerNews-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='kingscause') { ?> <header class="bannerKings"> <div class="container"> <div class="bannerKings-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='terms') { ?> <header class="bannerTerms"> <div class="container"> <div class="bannerTerms-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='careers') { ?> <header class="bannerTeams"> <div class="container"> <div class="bannerTeams-heading text-uppercase"><?php the_title(); ?></div> </div> </header> <?php } elseif($post_slug=='menu') { ?> <header class="bannerMenu"> <div class="container"> <div class="bannerMenu-heading text-uppercase"><?php the_title(); ?></div> </div> <div class="botline-mob"><a href="/contact/" class="btn-order">Order Online</a></div> </header> <?php } elseif($post_slug=='careers') { ?> <header class="bannerCareers"> <div class="container"> <div class="bannerCareers-heading text-uppercase"><?php the_title(); ?></div> </div> <div class="container-fluid"> <div class="row"> <div class="mob-order"><a href="/contact/" class="btn-order">Order Online</a></div> </div> </div> </header> <?php } else { ?> <header class="bannerKings"> <div class="container"> <?php if ( is_single() ) { ?> <p>Latest News > <?php the_title(); ?></p> <?php } else { echo '<p> </p>'; } ?> <div class="bannerKings-heading text-uppercase" style="padding-top:0px !important;"> <?php if ( is_single() ) { echo 'Latest News'; } else { the_title(); } ?> </div> </div> </header> <?php } ?>

What's Hot? 2

adaASDASDADASDA [logoshowcase hide_border="true" autoplay="false" dots="false"]

Welcome to Kings Castle 2

Home of The King

YAS From our famously gratifying gourmet burgers, all the way to the glamour and showbiz of the Hollywood shakes of fame, we have a crown that fits everyone. There so much more to Kings Castle than the sophisticated and funky style. If you look beyond the classic 57.

Welcome to Kings Castle

Home of The King

From our famously gratifying gourmet burgers, all the way to the glamour and showbiz of the Hollywood shakes of fame, we have a crown that fits everyone. There so much more to Kings Castle than the sophisticated and funky style. If you look beyond the classic 57 Chevy Belair and delve beyond our castle walls, youll see all our ingredients are sourced locally. This not only guarantees the highest quality of food but also your Royal seal of approval.


Latest News

Introduction The Meaty Collab With Malik Butchers

Latest News

INTRODUCING THE MEATCY COLLAB WITH MALIK BUTCHERS


Follow The Journey #LoveKingCastle 123

[instagram-feed feed=1]123
[instagram-feed feed=1]456