<!doctype html> <html <?php language_attributes(); ?> class="no-js"> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <?php $nectar_options = get_nectar_theme_options(); nectar_meta_viewport(); // Shortcut icon fallback. if ( ! empty( $nectar_options['favicon'] ) && ! empty( $nectar_options['favicon']['url'] ) ) { echo '<link rel="shortcut icon" href="'. esc_url( nectar_options_img( $nectar_options['favicon'] ) ) .'" />'; } wp_head(); ?> </head><?php $nectar_header_options = nectar_get_header_variables(); ?><body <?php body_class(); ?> <?php nectar_body_attributes(); ?>> <?php nectar_hook_after_body_open(); nectar_hook_before_header_nav(); // Boxed theme option opening div. if ( $nectar_header_options['n_boxed_style'] ) { echo '<div id="boxed">'; } get_template_part( 'includes/partials/header/header-space' ); ?> <div id="header-outer" <?php nectar_header_nav_attributes(); ?>> <?php get_template_part( 'includes/partials/header/secondary-navigation' ); if ('ascend' !== $nectar_header_options['theme_skin'] && 'left-header' !== $nectar_header_options['header_format']) { get_template_part( 'includes/header-search' ); } get_template_part( 'includes/partials/header/header-menu' ); ?> </div> <?php if ( ! empty( $nectar_options['enable-cart'] ) && '1' === $nectar_options['enable-cart'] ) { get_template_part( 'includes/partials/header/woo-slide-in-cart' ); } if ( 'ascend' === $nectar_header_options['theme_skin'] || 'left-header' === $nectar_header_options['header_format'] && 'false' !== $nectar_header_options['header_search'] ) { get_template_part( 'includes/header-search' ); } get_template_part( 'includes/partials/footer/body-border' ); ?> <div id="ajax-content-wrap"> <?php nectar_hook_after_outer_wrap_open(); if (is_readable(get_stylesheet_directory() . '/woocommerce/class-theme-helpers.php')) { require_once get_stylesheet_directory() . '/woocommerce/class-theme-helpers.php'; }
nortons dairy cow icon white

Welcome to Nortons Dairy

We are a family-run dairy farm in the heart of the Norfolk countryside and proud producers of high quality and award winning dairy produce.

Nortons Dairy, Norfolk - Products

Our Product Range

nortons dairy cow icon white

The girls behind the great taste

Relaxed and unhurried, the free-range cows at Nortons family farm produce fresh milk that is second-to-none. It's then expertly crafted into delicious dairy produce on the farm.

Find out more
Did you know fun fact

Farm tours & school visits

Farm education is something we are passionate about here at Nortons Dairy and so the more people we can show what we do, the better!

The tour can be as educational or as fun as you’d like to make it – kids and grown-ups alike love to see the animals and machinery, but it is also a great opportunity to find out about milk, farming and the countryside around us.

Please note - We are not able to offer any visits to the farm at present because of ongoing changes and building work but we'll let you know when we start offering them again.

nortons dairy cow icon white

Get ready for a taste explosion

We've put together some great recipe ideas that put our products at the forefront of your taste experience.

Browse recipes
Farmers Markets
Nortons Dairy Delivery Van

Where can you find our delicious products?

Nortons Dairy supply an ever-growing list of farm shops, cafes, delis and restaurants and thank all of them for their continued support. We're also at regular farmers markets & events throughout the year.

Find a stockist
<?php /** * The template for displaying the footer. * * @package Salient WordPress Theme * @version 12.2 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) { exit; } $nectar_options = get_nectar_theme_options(); $header_format = ( !empty($nectar_options['header_format']) ) ? $nectar_options['header_format'] : 'default'; nectar_hook_before_footer_open(); ?> <div id="footer-outer" <?php nectar_footer_attributes(); ?>> <?php nectar_hook_after_footer_open(); get_template_part( 'includes/partials/footer/call-to-action' ); get_template_part( 'includes/partials/footer/main-widgets' ); get_template_part( 'includes/partials/footer/copyright-bar' ); ?> </div><!--/footer-outer--> <?php nectar_hook_before_outer_wrap_close(); get_template_part( 'includes/partials/footer/off-canvas-navigation' ); ?> </div> <!--/ajax-content-wrap--> <?php // Boxed theme option closing div. if ( ! empty( $nectar_options['boxed_layout'] ) && '1' === $nectar_options['boxed_layout'] && 'left-header' !== $header_format ) { echo '</div><!--/boxed closing div-->'; } get_template_part( 'includes/partials/footer/back-to-top' ); nectar_hook_after_wp_footer(); nectar_hook_before_body_close(); wp_footer(); ?> </body> </html> <?php if (is_readable(get_stylesheet_directory() . '/customizer-helpers.php')) { require_once get_stylesheet_directory() . '/customizer-helpers.php'; } ?>