theversion.co Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="pingback" href="https://theversion.co/xmlrpc.php">
<title>The Version - The UK's official online streaming magazine.</title>
<link rel="canonical" href="https://theversion.co" />
<meta name="google-site-verification" content="-ANUznM3yHhb53ybPRtI1aA5SkkLyrRNmDXkFMETTpw" />
<meta name="msvalidate.01" content="BE4FF8619CAAEEC0AC42BBCCB1C0E3E5"/>
<!-- Async WordPress.com Remote Login -->
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( '.' + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}
// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}
if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src='remote-login_wpcom_remote_login-validate/'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname;
document.body.appendChild( script );
}
return;
}
// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
+ window.location.href;
return;
}
// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );
var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );
document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';
return;
}
// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );
// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}
// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}
if ( private_window ) {
console.log( 'private window' );
return;
}
var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );
var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';
var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );
document.body.appendChild( iframe );
}
if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );
// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly90aGV2ZXJzaW9uLmNv"
+ "&wpcomid=40774858"
+ "&time=1608566881";
document.body.appendChild( iframe );
}, false );
</script>
<link rel="dns-prefetch" href="https://s2.wp.com/"/>
<link rel="dns-prefetch" href="https://s1.wp.com/"/>
<link rel="dns-prefetch" href="https://theversionco.wordpress.com/"/>
<link rel="dns-prefetch" href="https://s0.wp.com/"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com/"/>
<link rel="dns-prefetch" href="https://s.pubmine.com/"/>
<link rel="dns-prefetch" href="https://x.bidswitch.net/"/>
<link rel="dns-prefetch" href="https://static.criteo.net/"/>
<link rel="dns-prefetch" href="https://ib.adnxs.com/"/>
<link rel="dns-prefetch" href="https://aax.amazon-adsystem.com/"/>
<link rel="dns-prefetch" href="https://bidder.criteo.com/"/>
<link rel="dns-prefetch" href="https://cas.criteo.com/"/>
<link rel="dns-prefetch" href="https://gum.criteo.com/"/>
<link rel="dns-prefetch" href="https://ads.pubmatic.com/"/>
<link rel="dns-prefetch" href="https://gads.pubmatic.com/"/>
<link rel="dns-prefetch" href="https://tpc.googlesyndication.com/"/>
<link rel="dns-prefetch" href="https://ad.doubleclick.net/"/>
<link rel="dns-prefetch" href="https://googleads.g.doubleclick.net/"/>
<link rel="dns-prefetch" href="https://www.googletagservices.com/"/>
<link rel="dns-prefetch" href="https://cdn.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://delivery.g.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://delivery.swid.switchadhub.com/"/>
<link rel="dns-prefetch" href="https://a.teads.tv/"/>
<link rel="dns-prefetch" href="https://prebid.media.net/"/>
<link rel="dns-prefetch" href="https://adserver-us.adtech.advertising.com/"/>
<link rel="dns-prefetch" href="https://fastlane.rubiconproject.com/"/>
<link rel="dns-prefetch" href="https://prebid-server.rubiconproject.com/"/>
<link rel="dns-prefetch" href="https://hb-api.omnitagjs.com/"/>
<link rel="dns-prefetch" href="https://mtrx.go.sonobi.com/"/>
<link rel="dns-prefetch" href="https://apex.go.sonobi.com/"/>
<link rel="dns-prefetch" href="https://u.openx.net/"/>
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"wp-includes/js/wp-emoji-release.min_m-1605528427h-ver-5.6-RC5-49737.js"}};
!function(e,a,t){var r,n,o,i,p=a.createElement("canvas"),s=p.getContext&&p.getContext("2d");function c(e,t){var a=String.fromCharCode;s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,e),0,0);var r=p.toDataURL();return s.clearRect(0,0,p.width,p.height),s.fillText(a.apply(this,t),0,0),r===p.toDataURL()}function l(e){if(!s||!s.fillText)return!1;switch(s.textBaseline="top",s.font="600 32px Arial",e){case"flag":return!c([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])&&(!c([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!c([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]));case"emoji":return!c([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}function d(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(i=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},o=0;o<i.length;o++)t.supports[i[o]]=l(i[o]),t.supports.everything=t.supports.everything&&t.supports[i[o]],"flag"!==i[o]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[i[o]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(r=t.source||{}).concatemoji?d(r.concatemoji):r.wpemoji&&r.twemoji&&(d(r.twemoji),d(r.wpemoji)))}(window,document,window._wpemojiSettings);
</script>
<style type="text/css">
img.wp-smiley,
img.emoji {
display: inline !important;
border: none !important;
box-shadow: none !important;
height: 1em !important;
width: 1em !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
padding: 0 !important;
}
</style>
<link rel="stylesheet" id="all-css-0-1" href="css/Tit5bwvR-LlkUR0ZHG0BMnuYVN5DxKx/m4V4Kft5F1EowpFZlVXyO1qNbXXQfjLb5uxsfnzTjudvvDFyrE4hE--cssminify-yes.css" type="text/css" media="all"/>
<style id="wp-block-library-inline-css">
.has-text-align-justify {
text-align:justify;
}
</style>
<style id="global-styles-inline-css">
:root{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--normal: 16px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--huge: 42px;--wp--preset--font-style--normal: normal;--wp--preset--font-style--italic: italic;--wp--preset--font-weight--100: 100;--wp--preset--font-weight--200: 200;--wp--preset--font-weight--300: 300;--wp--preset--font-weight--400: 400;--wp--preset--font-weight--500: 500;--wp--preset--font-weight--600: 600;--wp--preset--font-weight--700: 700;--wp--preset--font-weight--800: 800;--wp--preset--font-weight--900: 900;--wp--preset--text-decoration--underline: underline;--wp--preset--text-decoration--strikethrough: line-through;--wp--preset--text-transform--uppercase: uppercase;--wp--preset--text-transform--lowercase: lowercase;--wp--preset--text-transform--capitalize: capitalize;}.has-black-color{color: #000000;}.has-black-background-color{background-color: #000000;}.has-cyan-bluish-gray-color{color: #abb8c3;}.has-cyan-bluish-gray-background-color{background-color: #abb8c3;}.has-white-color{color: #ffffff;}.has-white-background-color{background-color: #ffffff;}.has-pale-pink-color{color: #f78da7;}.has-pale-pink-background-color{background-color: #f78da7;}.has-vivid-red-color{color: #cf2e2e;}.has-vivid-red-background-color{background-color: #cf2e2e;}.has-luminous-vivid-orange-color{color: #ff6900;}.has-luminous-vivid-orange-background-color{background-color: #ff6900;}.has-luminous-vivid-amber-color{color: #fcb900;}.has-luminous-vivid-amber-background-color{background-color: #fcb900;}.has-light-green-cyan-color{color: #7bdcb5;}.has-light-green-cyan-background-color{background-color: #7bdcb5;}.has-vivid-green-cyan-color{color: #00d084;}.has-vivid-green-cyan-background-color{background-color: #00d084;}.has-pale-cyan-blue-color{color: #8ed1fc;}.has-pale-cyan-blue-background-color{background-color: #8ed1fc;}.has-vivid-cyan-blue-color{color: #0693e3;}.has-vivid-cyan-blue-background-color{background-color: #0693e3;}.has-vivid-purple-color{color: #9b51e0;}.has-vivid-purple-background-color{background-color: #9b51e0;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);}.has-cool-to-warm-spectrum-gradient-background{background: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);}.has-blush-light-purple-gradient-background{background: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);}.has-blush-bordeaux-gradient-background{background: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);}.has-luminous-dusk-gradient-background{background: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);}.has-pale-ocean-gradient-background{background: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);}.has-electric-grass-gradient-background{background: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);}.has-midnight-gradient-background{background: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);}.has-small-font-size{font-size: 13px;}.has-normal-font-size{font-size: 16px;}.has-medium-font-size{font-size: 20px;}.has-large-font-size{font-size: 36px;}.has-huge-font-size{font-size: 42px;}.has-normal-font-style{font-style: normal;}.has-italic-font-style{font-style: italic;}.has-100-font-weight{font-weight: 100;}.has-200-font-weight{font-weight: 200;}.has-300-font-weight{font-weight: 300;}.has-400-font-weight{font-weight: 400;}.has-500-font-weight{font-weight: 500;}.has-600-font-weight{font-weight: 600;}.has-700-font-weight{font-weight: 700;}.has-800-font-weight{font-weight: 800;}.has-900-font-weight{font-weight: 900;}.has-underline-text-decoration{text-decoration: underline;}.has-strikethrough-text-decoration{text-decoration: line-through;}.has-uppercase-text-transform{text-transform: uppercase;}.has-lowercase-text-transform{text-transform: lowercase;}.has-capitalize-text-transform{text-transform: capitalize;}
</style>
<link rel="stylesheet" id="all-css-2-1" href="_static/--/wp-content/themes/premium/patch/assets/css/font-awesome_css-/wp-content/themes/premium/patch/style_m-1594383269j-cssminify-yes.css" type="text/css" media="all"/>
<link rel="stylesheet" id="patch-fonts-css" href="//fonts.googleapis.com/css?family=Roboto%3A500%2C400%2C300%2C500italic%2C400italic%2C300italic%7COswald%3A300%2C400%2C700&subset=latin%2Clatin-ext" media="all"/>
<link rel="stylesheet" id="all-css-4-1" href="_static/---eJx9jMEKAjEMRH/IGFdYWQ/it9QaSzRtyial-PfWm4J4m8fMG-wVohan4pgbVGmJi2HnayI3pDZafTCBhI5OuUpwMjR/Cm2j2QZ/HyRSEI3BWcsXwE0Cr/UlS6iacSEY/WBb-mcT9N83E2Heb8s9xfkz0Zu-cssminify-yes.css" type="text/css" media="all"/>
<style id="jetpack-global-styles-frontend-style-inline-css">
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel="stylesheet" id="all-css-6-1" href="_static/---eJxti8sKgCAQAH8oW6KHdoi-xcTUWF1pjX4/OnSIOg0DM3BmYSgVmwrEQ2Q8XEgMmbiIFXXYgb3eQ3IPa8Ncwf/FZIJGgeToLZ-peBstg-/AIS0a72COU9OPUg69atV2AWWKN-I--cssminify-yes.css" type="text/css" media="all"/>
<script id="wpcom-actionbar-placeholder-js-extra">
var actionbardata = {"siteID":"40774858","siteName":"The Version ","siteURL":"https:\/\/theversion.co","icon":"<img alt='' src='https:\/\/theversionco.files.wordpress.com\/2020\/09\/cropped-1-the-version-dance-bangers.png?w=50' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"premium\/patch","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Ftheversion.co%2F&signup_flow=account&domain=theversion.co","themeURL":"https:\/\/wordpress.com\/theme\/patch\/","xhrURL":"/","nonce":"dd809cfa37","isSingular":"1","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"<input type=\"hidden\" id=\"_wpnonce\" name=\"_wpnonce\" value=\"2144b07a3b\" \/>","referer":"https:\/\/theversion.co\/","canFollow":"1","feedID":"108617174","statusMessage":"","customizeLink":"https:\/\/theversionco.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Ftheversionco.wordpress.com%2F","postID":"16879","shortlink":"https:\/\/wp.me\/P2L5p0-4of","canEditPost":"","editLink":"https:\/\/wordpress.com\/page\/theversion.co\/16879","statsLink":"https:\/\/wordpress.com\/stats\/post\/16879\/theversion.co","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Patch","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 68,289 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Ftheversion.co%2F&signup_flow=account&domain=theversion.co\">Log in now.<\/a>","stats":"Stats"}};
</script>
<script type="text/javascript" src="_static/--/wp-content/js/postmessage_js-/wp-content/js/mobile-useragent-info_js-/wp-includes/js/jquery/jquery_m-1608135399j.js"></script>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://theversionco.wordpress.com/xmlrpc.php?rsd"/>
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml"/>
<meta name="generator" content="WordPress.com"/>
<link rel="shortlink" href="https://wp.me/P2L5p0-4of"/>
<!-- Jetpack Open Graph Tags -->
<meta property="og:type" content="website"/>
<meta property="og:title" content="The Version "/>
<meta property="og:description" content="The UK's official online streaming magazine."/>
<meta property="og:url" content="https://theversion.co/"/>
<meta property="og:site_name" content="The Version "/>
<meta property="og:image" content="2020/10/yiwi.png"/>
<meta property="og:image:width" content="1146"/>
<meta property="og:image:height" content="281"/>
<meta property="og:locale" content="en_US"/>
<meta name="twitter:creator" content="@theversion"/>
<meta name="twitter:site" content="@theversion"/>
<meta name="twitter:text:title" content="The Version "/>
<meta name="twitter:image" content="https://theversionco.files.wordpress.com/2020/10/yiwi.png?w=640"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta property="article:publisher" content="https://www.facebook.com/WordPresscom"/>
<!-- End Jetpack Open Graph Tags -->
<link rel="openid.server" href="https://theversion.co/?openidserver=1"/>
<link rel="openid.delegate" href="https://theversion.co/"/>
<link rel="search" type="application/opensearchdescription+xml" href="https://theversion.co/osd.xml" title="The Version "/>
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com"/>
<style type="text/css">
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}
table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
border: 0px;
margin: 0;
}
table.recentcommentsavatartop a, table.recentcommentsavatarend a {
border: 0px !important;
background-color: transparent !important;
}
td.recentcommentsavatarend, td.recentcommentsavatartop {
padding: 0px 0px 1px 0px;
margin: 0px;
}
td.recentcommentstextend {
border: none !important;
padding: 0px 0px 2px 10px;
}
.rtl td.recentcommentstextend {
padding: 0px 10px 2px 0px;
}
td.recentcommentstexttop {
border: none;
padding: 0px 0px 0px 10px;
}
.rtl td.recentcommentstexttop {
padding: 0px 10px 0px 0px;
}
</style>
<meta name="application-name" content="The Version "/><meta name="msapplication-window" content="width=device-width;height=device-height"/><meta name="msapplication-tooltip" content="The UK's official online streaming magazine."/><meta name="msapplication-task" content="name=Subscribe;action-uri=https://theversion.co/feed/;icon-uri=https://theversionco.files.wordpress.com/2020/09/cropped-1-the-version-dance-bangers.png?w=16"/><meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico"/><meta name="description" content="The UK's Official Online Streaming Magazine."/>
<script type="text/javascript">
function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
var __ATA_PP = { pt: 0, ht: 1, tn: 'patch', amp: false, siteid: 40774858, consent: __ATA_CC() };
var __ATA = __ATA || {};
__ATA.cmd = __ATA.cmd || [];
__ATA.criteo = __ATA.criteo || {};
__ATA.criteo.cmd = __ATA.criteo.cmd || [];
</script>
<script type="text/javascript">
(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
</script><style type="text/css" id="custom-colors-css">.single .entry-content h1 a,.single .entry-content h2 a,.single .entry-content h3 a,.sidebar h1 a,.sidebar h2 a,.sidebar h3 a,.entry-card.format-quote .entry-content a:hover{color:#171617}.dropcap{text-shadow:none}.entry-card.format-quote .entry-content a{box-shadow:none}.cat-links a,.entry-format a,.cat-links,.entry-format{color:#000}.page-links a:hover,.smart-link:hover,.single .entry-content a:hover,.page .entry-content a:hover,.edit-link a:hover,.author-info__link:hover,.comments_add-comment:hover,.comment .comment-reply-title a:hover,div#infinite-handle span:hover{color:#000}::selection{color:#000}::-moz-selection{color:#000}.nav--social a:hover:before{color:#282828}.search-form .search-submit{color:#282828}.comment-number--dark,.comments-area:after,.comment-reply-title:before,.add-comment .add-comment__button{color:#6d6d6d}.back-to-top-button #arrow{fill:#6d6d6d}div#infinite-footer,.site-footer a[rel=designer],.site-footer a{color:#6d6d6d}.entry-card--text .entry-header a,.entry-card--text .entry-title{color:#6d6d6d}.entry-card.format-quote .entry-content,.entry-card.format-quote blockquote,.entry-card.format-quote cite{color:#6d6d6d}div#infinite-footer .blog-info a,div#infinite-footer .blog-credits a,.site-footer{color:#6d6d6d}body{border-color:#fff}body:before{background:#fff}#bar{fill:#fff}.highlight{color:#fff}div#infinite-footer,.site-footer{background-color:#fff}.entry-card--text .entry-header{background-color:#fff}.entry-card.format-quote .entry-content{background-color:#fff}.comment-number--dark,.comments-area:after,.comment-reply-title:before,.add-comment .add-comment__button{background-color:#fff}.search-form .search-submit{background-color:#ad87e2}.back-to-top-button #bar{fill:#864ed4}.nav--social a:hover:before{background-color:#ad87e2}.jetpack_subscription_widget input[type=submit],.widget_blog_subscription input[type=submit],.sidebar .widget a:hover,.grid__item .entry-content a,.page-links a,.smart-link,.single .entry-content a,.page .entry-content a,.edit-link a,.author-info__link,.comments_add-comment,.comment .comment-reply-title a,:first-child:not(input)~.form-submit #submit,div#infinite-handle span,.sidebar a:hover,.nav--main li[class*=current-menu]>a,.nav--main li:hover>a{background-color:#ad87e2}.nav--main li[class*=current-menu]>a:before,.nav--main li:hover>a:before,.sidebar a:hover:before{background-color:#ad87e2}.cat-links,.entry-format,.sticky .sticky-post{background-color:#ad87e2}.sticky .sticky-post:before,.sticky .sticky-post:after{border-top-color:#ad87e2}.smart-link:hover,.single .entry-content a:hover,.page .entry-content a:hover,.edit-link a:hover,.author-info__link:hover,.comments_add-comment:hover,.comment .comment-reply-title a:hover,div#infinite-handle span:hover{background-color:#ad87e2}.site-footer a:hover{color:#864ed4}::selection{background:#ad87e2}::-moz-selection{background:#ad87e2}.nav--social a:hover:before{background:#ad87e2}.bypostauthor .comment__author-name:before{color:#ad87e2}</style>
<link rel="icon" href="2020/09/cropped-1-the-version-dance-bangers_w-32.png" sizes="32x32"/>
<link rel="icon" href="2020/09/cropped-1-the-version-dance-bangers_w-192.png" sizes="192x192"/>
<link rel="apple-touch-icon" href="2020/09/cropped-1-the-version-dance-bangers_w-180.png"/>
<meta name="msapplication-TileImage" content="https://theversionco.files.wordpress.com/2020/09/cropped-1-the-version-dance-bangers.png?w=270"/>
<link rel="stylesheet" id="custom-css-css" type="text/css" href="-custom-css-1-csblog-2L5p0-cscache-6-csrev-865.css"/>
<!-- Your Google Analytics Plugin is missing the tracking ID -->
</head>
<body class="home page-template page-template-templates page-template-fullwidth-page page-template-templatesfullwidth-page-php page page-id-16879 wp-embed-responsive customizer-styles-applied has_sidebar highlander-enabled highlander-light custom-colors">
<div id="page" class="hfeed site">
<a class="skip-link screen-reader-text" href="#content">Skip to content</a>
<div id="content" class="site-content">
<div class="container">
<header id="masthead" class="site-header" role="banner">
<div class="site-branding">
<a href="/" class="site-logo-link" rel="home" itemprop="url"></a><div class="site-title">
<a href="/" rel="home">
The Version </a>
</div>
<div class="site-description">
<span class="site-description-text">The UK's official online streaming magazine.</span>
</div>
</div><!-- .site-branding -->
<nav id="site-navigation" class="main-navigation" role="navigation">
<ul id="menu-the-version" class="nav nav--main"><li id="menu-item-14236" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-14236"><a title="What to Stream" href="/" aria-current="page">The Version</a></li>
<li id="menu-item-17693" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17693"><a title="Lifestyle & Culture" href="category/lifestyle-culture/">Lifestyle & Culture</a></li>
<li id="menu-item-15051" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15051"><a href="http://mixcloud.com/theversion">Podcast</a></li>
<li id="menu-item-30699" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30699"><a href="https://www.amazon.co.uk/shop/theversionco">Entertainment Store: Powered by Amazon</a></li>
<li id="menu-item-31177" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31177"><a href="s-christmas-2020-gift-ideas/">Christmas Gift Guide</a></li>
</ul><ul id="menu-social" class="nav nav--social"><li id="menu-item-15803" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15803"><a href="http://instagram.com/theversionco">Instagram</a></li>
<li id="menu-item-15801" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15801"><a href="http://vero.com/theversion">Vero</a></li>
<li id="menu-item-15901" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15901"><a href="http://twitter.com/theversion">Twitter</a></li>
<li id="menu-item-15904" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15904"><a href="http://facebook.com/theversionco">Facebook</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom"><a href="#search">Search</a></li></ul>
</nav><!-- #site-navigation -->
</header><!-- #masthead -->
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<article id="post-16879" class="post-16879 page type-page status-publish hentry entry-image--text">
<header class="entry-image-- entry-header">
</header><!-- .entry-header -->
<div class="entry-content">
<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.amazon.co.uk/tryprimefree?tag=celebburpcom-21" class="img-link"><img data-attachment-id="29860" data-permalink="https://theversion.co/prime/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/prime.png" data-orig-size="1104,140" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="prime" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/prime.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/prime.png?w=980" src="2020/12/prime_w-1029.png" alt="" class="wp-image-29860" srcset="2020/12/prime_w-1029.png 1029w, 2020/12/prime.png 1104w" sizes="(max-width: 1029px) 100vw, 1029px"/></a></figure></div>
<h1 class="alignfull"><strong>Latest news</strong></h1>
<p></p>
<div class="wp-block-newspack-blocks-homepage-articles alignfull is-style-default wpnbha is-grid columns-3 show-image image-aligntop ts-3 is-3 is-landscape show-category is-style-default" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="30894" class="tag-bbc-iplayer-2 tag-bbc-one tag-film tag-spider-man tag-spider-man-homecoming category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/21/spider-man-homecoming-premieres-tonight-on-bbc-one/" rel="bookmark" class="img-link"><img width="400" height="300" src="2018/01/e2021-spider-manhomecomingskycinema_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2018/01/e2021-spider-manhomecomingskycinema_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="19086" data-permalink="https://theversion.co/2018/01/25/despicable-me-3-spider-man-homecoming-and-wonder-woman-lead-sky-cinema-premieres-new-additions-this-march/spider-manhomecomingskycinema/" data-orig-file="https://theversionco.files.wordpress.com/2018/01/e2021-spider-manhomecomingskycinema.jpg" data-orig-size="1000,500" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="spider-man+homecoming+sky+cinema" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2018/01/e2021-spider-manhomecomingskycinema.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2018/01/e2021-spider-manhomecomingskycinema.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/21/spider-man-homecoming-premieres-tonight-on-bbc-one/" rel="bookmark">Spider-Man Homecoming premieres tonight on BBC One</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31338" class="tag-graham-norton tag-maria-mcerlane tag-music tag-radio tag-virgin-radio tag-when-does-graham-nortons-new-show-start-on-virgin-radio category-music-streaming post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/21/when-does-graham-nortons-new-show-on-virgin-radio-start/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/grahamvirgin_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/grahamvirgin_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="31337" data-permalink="https://theversion.co/grahamvirgin/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/grahamvirgin.jpg" data-orig-size="1623,913" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="grahamvirgin.jpg" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/grahamvirgin.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/grahamvirgin.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/music-streaming/">
Music Streaming </a>
</div>
<h2 class="entry-title"><a href="2020/12/21/when-does-graham-nortons-new-show-on-virgin-radio-start/" rel="bookmark">When does Graham Norton’s new show on Virgin Radio start?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31320" class="tag-boxing-day tag-itv tag-itv-hub tag-mo-gilligan tag-the-masked-singer tag-the-masked-singer-uk tag-tv category-itv-hub post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/21/the-masked-singer-uk-mo-gilligan/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/mo-gilligan-the-masked-singer_w-800-h-600-crop-1.png" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/mo-gilligan-the-masked-singer_w-800-h-600-crop-1.png 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="31327" data-permalink="https://theversion.co/2020/12/21/the-masked-singer-uk-mo-gilligan/mo-gilligan-the-masked-singer/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/mo-gilligan-the-masked-singer.png" data-orig-size="829,658" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="mo gilligan the masked singer" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/mo-gilligan-the-masked-singer.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/mo-gilligan-the-masked-singer.png?w=829"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/itv-hub/">
itv hub </a>
</div>
<h2 class="entry-title"><a href="2020/12/21/the-masked-singer-uk-mo-gilligan/" rel="bookmark">The Masked Singer UK: Mo Gilligan Interview</a></h2> </div><!-- .entry-wrapper -->
</article>
</div>
</div>
<p></p>
<div class="wp-block-cover alignfull has-background-dim" style="background-image:url('2020/04/the-version-logo-social-icon.jpg');"><div class="wp-block-cover__inner-container">
<p></p>
<h1 class="has-text-align-center">What to stream - and the latest lifestyle, straight to your inbox…</h1>
<div class="wp-block-jetpack-subscriptions"><div class="jetpack_subscription_widget"> <form action="https://subscribe.wordpress.com/" method="post" accept-charset="utf-8" id="">
<div class="jetpack-subscribe-count">
<p>
Join 68,289 other followers </p>
</div>
<p id="subscribe-email">
<label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text">
Email Address: </label>
<input type="text" name="email" style="width: 95%; padding: 1px 10px" placeholder="Enter your email address" value="" id="subscribe-field"/> </p>
<p id="subscribe-submit">
<input type="hidden" name="action" value="subscribe"/>
<input type="hidden" name="blog_id" value="40774858"/>
<input type="hidden" name="source" value="https://theversion.co/"/>
<input type="hidden" name="sub-type" value="widget"/>
<input type="hidden" name="redirect_fragment" value="457"/>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="2144b07a3b"/> <button type="submit" class="undefined" style="margin-left: 0px;">
Subscribe to The Version </button>
</p>
</form>
</div></div>
<p class="has-text-align-center has-large-font-size">theversion.co</p>
</div></div>
<div style="height:31px;" aria-hidden="true" class="wp-block-spacer"></div>
<h2 class="has-text-align-center"><a href="http://twitter.com/theversion">follow @Theversion on twitter for daily updates</a></h2>
<div style="height:28px;" aria-hidden="true" class="wp-block-spacer"></div>
<div class="wp-block-newspack-blocks-homepage-articles alignfull is-style-default wpnbha is-grid columns-3 show-image image-aligntop ts-3 is-3 is-landscape show-category is-style-default" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="31331" class="tag-drinks tag-food-and-drink tag-hard-seltzer tag-lifestyle tag-sol-duc tag-vodka category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/21/new-vodka-based-hard-seltzer-sol-duc-launches-in-three-fruity-flavours/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/sol-duc-2_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/sol-duc-2_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31335" data-permalink="https://theversion.co/2020/12/21/new-vodka-based-hard-seltzer-sol-duc-launches-in-three-fruity-flavours/sol-duc-2/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/sol-duc-2.jpg" data-orig-size="800,498" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="sol duc 2" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/sol-duc-2.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/sol-duc-2.jpg?w=800"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/lifestyle-culture/">
Lifestyle & Culture </a>
</div>
<h2 class="entry-title"><a href="2020/12/21/new-vodka-based-hard-seltzer-sol-duc-launches-in-three-fruity-flavours/" rel="bookmark">NEW VODKA-BASED HARD SELTZER SOL DUC LAUNCHES IN THREE FRUITY FLAVOURS</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30857" class="tag-bbc-iplayer-2 tag-bbc-one tag-dvd tag-his-dark-material-season-2-on-dvd tag-his-dark-materials tag-his-dark-materials-season-2 tag-preoorder category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/20/preorder-his-dark-materials-2-on-dvd/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/11/his-dark-materials-recap_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/11/his-dark-materials-recap_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="28382" data-permalink="https://theversion.co/2020/11/08/what-happened-in-tonights-his-dark-materials-episode/his-dark-materials-recap/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/his-dark-materials-recap.jpg" data-orig-size="1200,675" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="his dark materials recap" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/his-dark-materials-recap.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/his-dark-materials-recap.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/20/preorder-his-dark-materials-2-on-dvd/" rel="bookmark">Preorder His Dark Materials 2 on DVD</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30867" class="tag-armando-iannucci tag-bbc-two tag-film tag-the-death-of-stalin category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/20/the-death-of-stalin-is-on-bbc-two-tonight/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/the-death-of-stalin_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/the-death-of-stalin_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30869" data-permalink="https://theversion.co/2020/12/20/the-death-of-stalin-is-on-bbc-two-tonight/the-death-of-stalin/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/the-death-of-stalin.jpg" data-orig-size="640,360" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the death of stalin" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/the-death-of-stalin.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/the-death-of-stalin.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/20/the-death-of-stalin-is-on-bbc-two-tonight/" rel="bookmark">The Death of Stalin is on BBC Two tonight</a></h2> </div><!-- .entry-wrapper -->
</article>
</div>
</div>
<div class="aligncenter wpcnt">
<div class="wpa">
<span class="wpa-about">Advertisements</span>
<div class="u inline">
<div style="padding-bottom:15px;width:728px;height:90px;float:left;margin-right:5px;margin-top:0px;">
<div id="atatags-407748586-5fe0c86177f99">
<script type="text/javascript">
__ATA.cmd.push(function() {
__ATA.initSlot('atatags-407748586-5fe0c86177f99', {
collapseEmpty: 'before',
sectionId: '407748586',
location: 200,
width: 728,
height: 90
});
});
</script>
</div>
</div>
</div>
</div>
</div>
<div class="wp-block-newspack-blocks-homepage-articles alignfull is-style-default wpnbha is-grid columns-5 show-image image-aligntop ts-3 is-3 is-landscape show-category is-style-default" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="30872" class="tag-alex-scott tag-bbc-iplayer-2 tag-bbc-one tag-bbc-sports-personality-of-the-year tag-claire-balding tag-gaby-logan tag-gary-linekar tag-tv category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/20/sports-personality-of-the-year-to-be-announced-tonight/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/bbc-sports-personality-of-the-year-2020_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/bbc-sports-personality-of-the-year-2020_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30874" data-permalink="https://theversion.co/2020/12/20/sports-personality-of-the-year-to-be-announced-tonight/bbc-sports-personality-of-the-year-2020/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/bbc-sports-personality-of-the-year-2020.jpg" data-orig-size="1024,576" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="bbc sports personality of the year 2020" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/bbc-sports-personality-of-the-year-2020.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/bbc-sports-personality-of-the-year-2020.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/20/sports-personality-of-the-year-to-be-announced-tonight/" rel="bookmark">Sports Personality of the Year to be announced tonight</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30851" class="tag-all-creatures-great-and-small tag-cal-woodhouse tag-channel-5 tag-christmas-special tag-interview tag-tv category-my5 post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/20/all-creatures-great-and-small-christmas-special-cal-woodhouse-interview/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/when-is-all-all-creatures-great-and-small-special-on-tv_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/when-is-all-all-creatures-great-and-small-special-on-tv_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="29908" data-permalink="https://theversion.co/2020/12/02/when-is-the-all-creatures-great-and-small-christmas-special-on-channel-5/when-is-all-all-creatures-great-and-small-special-on-tv/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/when-is-all-all-creatures-great-and-small-special-on-tv.jpg" data-orig-size="1200,675" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="when is all all creatures great and small special on tv" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/when-is-all-all-creatures-great-and-small-special-on-tv.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/when-is-all-all-creatures-great-and-small-special-on-tv.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/my5/">
My5 </a>
</div>
<h2 class="entry-title"><a href="2020/12/20/all-creatures-great-and-small-christmas-special-cal-woodhouse-interview/" rel="bookmark">All Creatures Great and Small Christmas Special: Cal Woodhouse Interview</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30863" class="tag-danny-jones tag-dougie-poynter tag-emily-atack tag-itv tag-kate-robbins tag-mcfly tag-phillip-schofield tag-the-cube tag-the-cube-celebrity tag-the-cube-christmas-special category-itv-hub post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/20/what-time-is-the-cube-christmas-special-on-tonight/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/10/the-million-pound-cube-celebrity_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/10/the-million-pound-cube-celebrity_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="26772" data-permalink="https://theversion.co/2020/10/16/the-million-pound-cube-celebrity-interview-jason-and-stephen-manford/the-million-pound-cube-celebrity/" data-orig-file="https://theversionco.files.wordpress.com/2020/10/the-million-pound-cube-celebrity.jpg" data-orig-size="850,567" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the million pound cube celebrity" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/10/the-million-pound-cube-celebrity.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/10/the-million-pound-cube-celebrity.jpg?w=850"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/itv-hub/">
itv hub </a>
</div>
<h2 class="entry-title"><a href="2020/12/20/what-time-is-the-cube-christmas-special-on-tonight/" rel="bookmark">What time is The Cube Christmas special on tonight?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30749" class="tag-bbc-iplayer-2 tag-bbc-music tag-bbc-one tag-idris-elba tag-idris-elba-meets-paul-mccartney tag-mccartney-iii tag-paul-mccartney tag-paul-mccartneys-new-album category-music-streaming post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/has-paul-mccartney-got-a-new-album-out/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/idris-elba-meets-paul-mccartney-bbc-one_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/idris-elba-meets-paul-mccartney-bbc-one_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30751" data-permalink="https://theversion.co/2020/12/19/has-paul-mccartney-got-a-new-album-out/idris-elba-meets-paul-mccartney-bbc-one/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/idris-elba-meets-paul-mccartney-bbc-one.jpg" data-orig-size="640,360" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="idris elba meets paul mccartney bbc one" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/idris-elba-meets-paul-mccartney-bbc-one.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/idris-elba-meets-paul-mccartney-bbc-one.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/music-streaming/">
Music Streaming </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/has-paul-mccartney-got-a-new-album-out/" rel="bookmark">Has Paul McCartney got a new album out?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30843" class="tag-christmas-day-2020-tv tag-christmas-day-tv tag-tv-guide tag-tv-highlights-christmas-day tag-whats-on-tv-on-christmas-day category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/christmas-day-tv-guide-2020/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/quentin-blakes-clown-trailer_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/quentin-blakes-clown-trailer_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30101" data-permalink="https://theversion.co/quentin-blakes-clown-trailer/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/quentin-blakes-clown-trailer.jpg" data-orig-size="400,458" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"Expression 10000XL","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="quentin-blakes-clown-trailer" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/quentin-blakes-clown-trailer.jpg?w=262" data-large-file="https://theversionco.files.wordpress.com/2020/12/quentin-blakes-clown-trailer.jpg?w=400"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/lifestyle-culture/">
Lifestyle & Culture </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/christmas-day-tv-guide-2020/" rel="bookmark">Christmas Day TV Guide 2020</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30753" class="tag-bbc-iplayer-2 tag-bbc-one tag-michael-mcintyre tag-michael-mcintyres-the-wheel tag-the-wheel tag-who-is-on-the-wheel-tonight category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/who-is-on-michael-mcintyres-the-wheel-tonight/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/who-is-on-michael-mcintyres-the-wheel-this-week_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/who-is-on-michael-mcintyres-the-wheel-this-week_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="30673" data-permalink="https://theversion.co/2020/12/12/which-celebrities-are-on-michael-mcintyres-the-wheel-this-week/who-is-on-michael-mcintyres-the-wheel-this-week/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg" data-orig-size="920,613" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="who is on michael mcintyres the wheel this week" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg?w=920"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/who-is-on-michael-mcintyres-the-wheel-tonight/" rel="bookmark">Who is on Michael McIntyre’s The Wheel tonight?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30757" class="tag-edible-christmas-decorations tag-itv tag-james-martin tag-james-martins-saturday-morning category-itv-hub post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/james-martins-saturday-morning-at-christmas-edible-decorations-recipe/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/james-martins-christmas-cake-recipe_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/james-martins-christmas-cake-recipe_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30684" data-permalink="https://theversion.co/2020/12/12/james-martins-saturday-morning-at-christmas-christmas-cake-recipe/james-martins-christmas-cake-recipe/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg" data-orig-size="850,567" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="james martins christmas cake recipe" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg?w=850"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/itv-hub/">
itv hub </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/james-martins-saturday-morning-at-christmas-edible-decorations-recipe/" rel="bookmark">James Martin’s Saturday Morning at Christmas: Edible Decorations recipe</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30835" class="tag-christmas-eve tag-christmas-eve-tv-guide tag-tv tag-whats-on-tv-on-christmas-eve category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/christmas-eve-tv-guide-2020/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/11/roald-and-beatrix-sky_w-800-h-600-crop-1.png" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/11/roald-and-beatrix-sky_w-800-h-600-crop-1.png 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="28859" data-permalink="https://theversion.co/roald-and-beatrix-sky-2/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/roald-and-beatrix-sky.png" data-orig-size="866,776" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="roald-and-beatrix-sky" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/roald-and-beatrix-sky.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/roald-and-beatrix-sky.png?w=866"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/lifestyle-culture/">
Lifestyle & Culture </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/christmas-eve-tv-guide-2020/" rel="bookmark">Christmas Eve TV guide 2020</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30798" class="tag-bbc-iplayer-2 tag-bbc-one tag-micha tag-michael-mcintyres-the-wheel tag-the-wheel tag-tv tag-who-is-on-the-wheel-tonight category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/which-celebrities-are-on-michael-mcintyres-the-wheel-this-week-2/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/who-is-on-michael-mcintyres-the-wheel-this-week_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/who-is-on-michael-mcintyres-the-wheel-this-week_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="30673" data-permalink="https://theversion.co/2020/12/12/which-celebrities-are-on-michael-mcintyres-the-wheel-this-week/who-is-on-michael-mcintyres-the-wheel-this-week/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg" data-orig-size="920,613" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="who is on michael mcintyres the wheel this week" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/who-is-on-michael-mcintyres-the-wheel-this-week.jpg?w=920"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/19/which-celebrities-are-on-michael-mcintyres-the-wheel-this-week-2/" rel="bookmark">Which celebrities are on Michael McIntyre’s The Wheel this week?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30743" class="tag-bbc-two tag-film tag-iplayer tag-is-the-happy-prince-a-true-story tag-is-the-happy-prince-on-dvd tag-oscar-wilde tag-the-happy-prince category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/18/is-the-happy-prince-film-a-true-story/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/the-happy-prince-on-bbc-two_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/the-happy-prince-on-bbc-two_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30747" data-permalink="https://theversion.co/2020/12/18/is-the-happy-prince-film-a-true-story/the-happy-prince-on-bbc-two/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/the-happy-prince-on-bbc-two.jpg" data-orig-size="640,360" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the happy prince on bbc two" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/the-happy-prince-on-bbc-two.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/the-happy-prince-on-bbc-two.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/18/is-the-happy-prince-film-a-true-story/" rel="bookmark">Is The Happy Prince film a true story?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31303" class="tag-apple-tv-3 tag-apple-tv tag-justin-timberlake tag-movies tag-palmer tag-trailer category-apple-tv post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/18/apple-tv-release-trailer-for-justin-timberlake-movie-palmer/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/10/071520_apple_palmer_justin_timberlake_inline_image_01_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/10/071520_apple_palmer_justin_timberlake_inline_image_01_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="26975" data-permalink="https://theversion.co/2020/10/21/what-is-justin-timberlakes-new-apple-tv-movie-palmer-about/071520_apple_palmer_justin_timberlake_inline_image_01-2/" data-orig-file="https://theversionco.files.wordpress.com/2020/10/071520_apple_palmer_justin_timberlake_inline_image_01.jpg" data-orig-size="2700,3600" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="071520_Apple_Palmer_Justin_Timberlake_Inline_Image_01" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/10/071520_apple_palmer_justin_timberlake_inline_image_01.jpg?w=225" data-large-file="https://theversionco.files.wordpress.com/2020/10/071520_apple_palmer_justin_timberlake_inline_image_01.jpg?w=768"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="tag/apple-tv/">
Apple TV+ </a>
</div>
<h2 class="entry-title"><a href="2020/12/18/apple-tv-release-trailer-for-justin-timberlake-movie-palmer/" rel="bookmark">Apple TV+ release trailer for Justin Timberlake movie Palmer</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31297" class="tag-amazon-festive-fundraiser tag-amazon-music tag-amazon-music-free-trial tag-music category-music-streaming post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/18/watch-amazons-festive-fundraiser-live/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/festive-fundraiser_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/festive-fundraiser_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31299" data-permalink="https://theversion.co/2020/12/18/watch-amazons-festive-fundraiser-live/festive-fundraiser/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/festive-fundraiser.jpg" data-orig-size="610,300" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="festive fundraiser" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/festive-fundraiser.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/festive-fundraiser.jpg?w=610"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/music-streaming/">
Music Streaming </a>
</div>
<h2 class="entry-title"><a href="2020/12/18/watch-amazons-festive-fundraiser-live/" rel="bookmark">Watch Amazon’s Festive Fundraiser live</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31289" class="tag-capital tag-capital-up-close-with-liam-payne tag-liam-payne tag-music tag-watch-liam-paynes-capital-fm-concert category-music-streaming post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/18/watch-capital-up-close-with-liam-payne/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/watch-capital-up-close-liam-payne_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/watch-capital-up-close-liam-payne_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31294" data-permalink="https://theversion.co/2020/12/18/watch-capital-up-close-with-liam-payne/watch-capital-up-close-liam-payne/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/watch-capital-up-close-liam-payne.jpg" data-orig-size="660,371" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="watch capital up close liam payne" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/watch-capital-up-close-liam-payne.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/watch-capital-up-close-liam-payne.jpg?w=660"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/music-streaming/">
Music Streaming </a>
</div>
<h2 class="entry-title"><a href="2020/12/18/watch-capital-up-close-with-liam-payne/" rel="bookmark">Watch Capital Up Close with Liam Payne</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30739" class="tag-bbc-iplayer-2 tag-bbc-one tag-california tag-nadiya-hussain tag-nadiyas-american-adventure tag-nadiyas-american-adventure-recipes tag-prawn-biryani-recipe tag-recipes category-bbc-iplayer post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/17/nadiyas-american-adventure-california-recipes/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/nadiyas-american-adventure-episode-2-recipes_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/nadiyas-american-adventure-episode-2-recipes_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30741" data-permalink="https://theversion.co/2020/12/17/nadiyas-american-adventure-california-recipes/nadiyas-american-adventure-episode-2-recipes/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/nadiyas-american-adventure-episode-2-recipes.jpg" data-orig-size="640,360" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="nadiya’s american adventure episode 2 recipes" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/nadiyas-american-adventure-episode-2-recipes.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/nadiyas-american-adventure-episode-2-recipes.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/bbc-iplayer/">
BBC iPlayer </a>
</div>
<h2 class="entry-title"><a href="2020/12/17/nadiyas-american-adventure-california-recipes/" rel="bookmark">Nadiya’s American Adventure: California recipes</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31088" class="tag-celeb-juice tag-celebrity-juice tag-christmas-special tag-itv2 tag-tv category-itv-hub post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/17/the-2020-celebrity-juice-christmas-special-is-on-tonight/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/09/october-2020-celebrity-juice-guests_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="who is on celebrity juice" loading="lazy" srcset="2020/09/october-2020-celebrity-juice-guests_w-1200-h-900-crop-1.jpg 1200w, 2020/09/october-2020-celebrity-juice-guests_w-2400-h-1800-crop-1.jpg 2400w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="26375" data-permalink="https://theversion.co/2020/09/10/laura-whitmore-and-emily-atack-announced-as-new-celebrity-juice-captains/october-2020-celebrity-juice-guests/" data-orig-file="https://theversionco.files.wordpress.com/2020/09/october-2020-celebrity-juice-guests.jpg" data-orig-size="4096,2723" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="october 2020 celebrity juice guests" data-image-description="<p>Who is on celebrity juice october 2020?</p>
" data-medium-file="https://theversionco.files.wordpress.com/2020/09/october-2020-celebrity-juice-guests.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/09/october-2020-celebrity-juice-guests.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<div class="cat-links">
<a href="category/itv-hub/">
itv hub </a>
</div>
<h2 class="entry-title"><a href="2020/12/17/the-2020-celebrity-juice-christmas-special-is-on-tonight/" rel="bookmark">The 2020 Celebrity Juice Christmas Special is on tonight!</a></h2> </div><!-- .entry-wrapper -->
</article>
</div>
</div>
<p class="has-text-align-center"></p>
<p></p>
<div class="wp-block-columns alignfull">
<div class="wp-block-column" style="flex-basis:100%;">
<h2><strong>CHRISTMAS 2020 GIFT IDEAS</strong></h2>
<div class="wp-block-newspack-blocks-homepage-articles alignfull is-style-borders wpnbha is-grid columns-2 show-image image-aligntop ts-4 is-3 is-uncropped is-style-borders" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="25339" class="tag-christmas tag-christmas-gift-guide tag-honor-smartwatches tag-honor-watch-gs-pro tag-honor-watch-gs-pro-review tag-lifestyle tag-review category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/10/02/review-the-honor-gs-pro-blows-other-smart-watches-out-of-the-water/" rel="bookmark" class="img-link"><img width="1200" height="674" src="2020/10/honor-gs-pro-review_w-1200.jpg" class="attachment-newspack-article-block-uncropped size-newspack-article-block-uncropped wp-post-image" alt="" loading="lazy" srcset="2020/10/honor-gs-pro-review_w-1200.jpg 1200w, 2020/10/honor-gs-pro-review_w-1029.jpg 1029w, 2020/10/honor-gs-pro-review.jpg 1920w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="25351" data-permalink="https://theversion.co/honor-gs-pro-review/" data-orig-file="https://theversionco.files.wordpress.com/2020/10/honor-gs-pro-review.jpg" data-orig-size="1920,1078" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="honor-gs-pro-review" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/10/honor-gs-pro-review.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/10/honor-gs-pro-review.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/10/02/review-the-honor-gs-pro-blows-other-smart-watches-out-of-the-water/" rel="bookmark">Review: The HONOR GS Pro blows other Smart Watches out of the water</a></h2> <p>With more of us getting outdoors now and with Christmas on the horizon, our attention is drawn to Smartwatches which make the ultimate gift (for others or to yourself!). The HONOR Watch GS Pro is the latest addition to HONOR’s wearable line-up and is the ultimate companion for those looking to go out of their […]</p>
</div><!-- .entry-wrapper -->
</article>
<article data-post-id="30082" class="tag-christmas-2020-gift-ideas tag-christmas-gift-ideas tag-home-brewing tag-lifestyle tag-pinter tag-the-greater-good category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/03/christmas-2020-gift-ideas-pinter-is-the-answer-to-our-prayers/" rel="bookmark" class="img-link"><img width="1200" height="800" src="2020/12/pinter-1_w-1200.jpg" class="attachment-newspack-article-block-uncropped size-newspack-article-block-uncropped wp-post-image" alt="" loading="lazy" srcset="2020/12/pinter-1_w-1200.jpg 1200w, 2020/12/pinter-1.jpg 1600w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30095" data-permalink="https://theversion.co/2020/12/03/christmas-2020-gift-ideas-pinter-is-the-answer-to-our-prayers/pinter-1/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/pinter-1.jpg" data-orig-size="1600,1066" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="pinter 1" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/pinter-1.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/pinter-1.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/03/christmas-2020-gift-ideas-pinter-is-the-answer-to-our-prayers/" rel="bookmark">Christmas 2020 Gift Ideas: Pinter is the answer to our prayers</a></h2> <p>You won’t need us to tell you that this lockdown malarkey has become more than tedious and the one thing we’re missing more than anything else is the ability to get a cold pint of our favourite lager in our local pub. Bottled beers and cans just don’t cut it. Step forward Pinter - the […]</p>
</div><!-- .entry-wrapper -->
</article>
</div>
</div>
<div class="wp-block-newspack-blocks-homepage-articles alignfull is-style-default wpnbha is-grid columns-4 show-image image-aligntop ts-3 is-3 is-landscape is-style-default has-more-button" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="31314" class="tag-bill-bailey tag-book tag-christmas tag-christmas-gift-guide tag-remarkable-guide-to-happiness tag-strictly category-lifestyle-amp-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/19/buy-strictly-winner-bill-baileys-book-in-time-for-christmas/" rel="bookmark" class="img-link"><img width="200" height="150" src="2020/12/51gdrvvmknl._ac_sy400__w-200-h-150-crop-1.jpg" class="attachment-newspack-article-block-landscape-tiny size-newspack-article-block-landscape-tiny wp-post-image" alt="" loading="lazy" srcset="2020/12/51gdrvvmknl._ac_sy400__w-200-h-150-crop-1.jpg 200w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="31313" data-permalink="https://theversion.co/51gdrvvmknl-_ac_sy400_/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/51gdrvvmknl._ac_sy400_.jpg" data-orig-size="290,400" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="51gdrvVMkNL._AC_SY400_.jpg" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/51gdrvvmknl._ac_sy400_.jpg?w=218" data-large-file="https://theversionco.files.wordpress.com/2020/12/51gdrvvmknl._ac_sy400_.jpg?w=290"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/19/buy-strictly-winner-bill-baileys-book-in-time-for-christmas/" rel="bookmark">Buy Strictly winner Bill Bailey’s book in time for Christmas!</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31263" class="tag-amazon-prime-free-trial tag-christmas tag-christmas-2020 tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-christmas-gift-ideas-on-amazon-prime tag-last-minute-christmas-gift-ideas category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/16/best-christmas-gift-ideas-on-amazon/" rel="bookmark" class="img-link"><img width="200" height="150" src="2020/12/amazon_w-200-h-150-crop-1.jpg" class="attachment-newspack-article-block-landscape-tiny size-newspack-article-block-landscape-tiny wp-post-image" alt="" loading="lazy" srcset="2020/12/amazon_w-200-h-150-crop-1.jpg 200w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="30701" data-permalink="https://theversion.co/amazon/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg" data-orig-size="300,168" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="amazon" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg?w=300"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/16/best-christmas-gift-ideas-on-amazon/" rel="bookmark">Best Christmas Gift Ideas on Amazon</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31205" class="tag-books tag-christmas tag-christmas-gift-guide tag-christmas-gift-ideas tag-food-and-drink tag-food-and-drink-books tag-lifestyle category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/15/christmas-2020-gift-ideas-food-and-drink-books/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/downton-abbey-afternoon-tea-cookbook_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/downton-abbey-afternoon-tea-cookbook_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="31213" data-permalink="https://theversion.co/2020/12/15/christmas-2020-gift-ideas-food-and-drink-books/downton-abbey-afternoon-tea-cookbook/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/downton-abbey-afternoon-tea-cookbook.jpg" data-orig-size="1980,2560" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Downton abbey afternoon tea cookbook" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/downton-abbey-afternoon-tea-cookbook.jpg?w=232" data-large-file="https://theversionco.files.wordpress.com/2020/12/downton-abbey-afternoon-tea-cookbook.jpg?w=792"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/15/christmas-2020-gift-ideas-food-and-drink-books/" rel="bookmark">Christmas 2020 Gift Ideas: food and Drink Books</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31195" class="tag-2020-christmas-guide tag-badass-socks tag-christmas-gift-guide tag-gift-guide tag-karate-feet tag-sock-gifts-for-christmas tag-socks tag-the-sockfather tag-toeminator category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/15/christmas-2020-gift-ideas-badass-socks/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/badass-socks_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/badass-socks_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="31198" data-permalink="https://theversion.co/2020/12/15/christmas-2020-gift-ideas-badass-socks/badass-socks/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/badass-socks.jpg" data-orig-size="1000,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1427110645","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="badass socks" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/badass-socks.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/badass-socks.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/15/christmas-2020-gift-ideas-badass-socks/" rel="bookmark">Christmas 2020 Gift Ideas: BadAss Socks</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31151" class="tag-2020-christmas-guide tag-24-carat-gin tag-christmas-gift-guide tag-lifestyle tag-luxury-christmas-gifts tag-luxury-gin category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/christmas-2020-gift-guide-24-carat-gin/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/24-carat-gin_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/24-carat-gin_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31155" data-permalink="https://theversion.co/2020/12/14/christmas-2020-gift-guide-24-carat-gin/24-carat-gin/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/24-carat-gin.jpg" data-orig-size="500,500" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="24 carat gin" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/24-carat-gin.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/24-carat-gin.jpg?w=500"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/christmas-2020-gift-guide-24-carat-gin/" rel="bookmark">Christmas 2020 Gift Guide: 24 Carat Gin</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31036" class="tag-christmas tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-friends tag-friends-christmas-jumper tag-friends-dvd-boxset tag-friends-gifts tag-friends-merchandise tag-merchoid tag-yesiwantit-com category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/christmas-2020-gift-ideas-ultimate-friends-merchandise/" rel="bookmark" class="img-link"><img width="400" height="300" src="2018/08/f5eb3-friendsonchannel5_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2018/08/f5eb3-friendsonchannel5_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="20169" data-permalink="https://theversion.co/2018/08/23/friends-is-coming-to-channel-5-and-this-is-when-you-can-watch-it/friendsonchannel5/" data-orig-file="https://theversionco.files.wordpress.com/2018/08/f5eb3-friendsonchannel5.jpg" data-orig-size="1000,563" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="friends+on+channel+5" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2018/08/f5eb3-friendsonchannel5.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2018/08/f5eb3-friendsonchannel5.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/christmas-2020-gift-ideas-ultimate-friends-merchandise/" rel="bookmark">Christmas 2020 Gift Ideas: Ultimate Friends Merchandise</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31009" class="tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-christmas-gifts-for-home tag-christmas-homeware tag-gift-guide tag-homeware tag-portmeirion tag-sara-miller tag-sara-miller-london category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/christmas-2020-gift-ideas-sara-miller-london/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/sara-miller-mug-set_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/sara-miller-mug-set_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31021" data-permalink="https://theversion.co/2020/12/14/christmas-2020-gift-ideas-sara-miller-london/sara-miller-mug-set/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/sara-miller-mug-set.jpg" data-orig-size="700,700" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="sara miller mug set" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/sara-miller-mug-set.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/sara-miller-mug-set.jpg?w=700"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/christmas-2020-gift-ideas-sara-miller-london/" rel="bookmark">Christmas 2020 Gift Ideas: Sara Miller London</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30984" class="tag-christmas-2020-gift-ideas tag-food-and-drink tag-gift-guide tag-magnum-cream-liqueur tag-review category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/christmas-2020-gift-ideas-magnum-cream-liqueur/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/magnum-cream-liqueur_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/magnum-cream-liqueur_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="30989" data-permalink="https://theversion.co/2020/12/14/christmas-2020-gift-ideas-magnum-cream-liqueur/magnum-cream-liqueur/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/magnum-cream-liqueur.jpg" data-orig-size="1000,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="magnum cream liqueur" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/magnum-cream-liqueur.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/magnum-cream-liqueur.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/christmas-2020-gift-ideas-magnum-cream-liqueur/" rel="bookmark">Christmas 2020 Gift Ideas: Magnum Cream Liqueur</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30549" class="tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-christmas-gift-guide-food-and-drink tag-food-and-drink tag-food-and-drink-gifts tag-lifestyle category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/christmas-2020-gift-ideas-awesome-food-and-drink/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/blacksticks_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/blacksticks_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="30563" data-permalink="https://theversion.co/blacksticks/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/blacksticks.jpg" data-orig-size="900,924" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="blacksticks" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/blacksticks.jpg?w=292" data-large-file="https://theversionco.files.wordpress.com/2020/12/blacksticks.jpg?w=900"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/christmas-2020-gift-ideas-awesome-food-and-drink/" rel="bookmark">Christmas 2020 Gift Ideas: Awesome Food and Drink</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30342" class="tag-christmas-2020-gift-ideas tag-derbyshire-distillery tag-food-and-drink tag-gift-guide tag-julia-bradbury tag-julia-bradburys-gin tag-the-outdoor-guide tag-the-outdoor-guide-gin category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/09/christmas-2020-gift-ideas-the-outdoor-guide-gin/" rel="bookmark" class="img-link"><img width="200" height="150" src="2020/12/the-outdoor-guide-gin_w-200-h-150-crop-1.jpg" class="attachment-newspack-article-block-landscape-tiny size-newspack-article-block-landscape-tiny wp-post-image" alt="" loading="lazy" srcset="2020/12/the-outdoor-guide-gin_w-200-h-150-crop-1.jpg 200w" sizes="(max-width: 200px) 100vw, 200px" data-attachment-id="30347" data-permalink="https://theversion.co/2020/12/09/christmas-2020-gift-ideas-the-outdoor-guide-gin/the-outdoor-guide-gin/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/the-outdoor-guide-gin.jpg" data-orig-size="275,183" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the outdoor guide gin" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/the-outdoor-guide-gin.jpg?w=275" data-large-file="https://theversionco.files.wordpress.com/2020/12/the-outdoor-guide-gin.jpg?w=275"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/09/christmas-2020-gift-ideas-the-outdoor-guide-gin/" rel="bookmark">Christmas 2020 Gift Ideas: The Outdoor Guide Gin</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30212" class="tag-christmas-2020 tag-christmas-2020-gift-ideas tag-craft-ale-gifts tag-craft-ale-subscriptions tag-flavourly tag-gift-guide tag-gift-ideas tag-gift-ideas-for-men tag-gifts-for-beer-drinkers tag-lifestyle category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/08/christmas-2020-gift-ideas-flavourly-craft-beers-delivered-to-your-door/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/flavourly-gift-set_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/flavourly-gift-set_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30215" data-permalink="https://theversion.co/2020/12/08/christmas-2020-gift-ideas-flavourly-craft-beers-delivered-to-your-door/flavourly-gift-set/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/flavourly-gift-set.jpg" data-orig-size="690,690" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="flavourly gift set" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/flavourly-gift-set.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/flavourly-gift-set.jpg?w=690"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/08/christmas-2020-gift-ideas-flavourly-craft-beers-delivered-to-your-door/" rel="bookmark">Christmas 2020 Gift Ideas: Flavourly Craft Beers delivered to your door</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30072" class="tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-gift-guide tag-ordo tag-ordo-sonic tag-ordo-toothbrush category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/03/christmas-2020-gift-ideas-ordo-sonic-toothbrush/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/ordo-sonic-plus_w-1200-h-900-crop-1.png" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/ordo-sonic-plus_w-1200-h-900-crop-1.png 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30075" data-permalink="https://theversion.co/2020/12/03/christmas-2020-gift-ideas-ordo-sonic-toothbrush/ordo-sonic-plus/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/ordo-sonic-plus.png" data-orig-size="1600,1600" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="ordo sonic plus" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/ordo-sonic-plus.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/ordo-sonic-plus.png?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/03/christmas-2020-gift-ideas-ordo-sonic-toothbrush/" rel="bookmark">Christmas 2020 Gift Ideas: Ordo Sonic+ Toothbrush</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29970" class="tag-christmas-2020-gift-ideas tag-christmas-gift-ideas tag-family-christmas-gifts tag-gift-guide tag-gift-ideas tag-top-trumps category-christmas-gift-guide category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/03/christmas-2020-gift-ideas-board-games-for-the-whole-family/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/spitting-image-top-trumps_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/spitting-image-top-trumps_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="29983" data-permalink="https://theversion.co/2020/12/03/christmas-2020-gift-ideas-board-games-for-the-whole-family/spitting-image-top-trumps/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/spitting-image-top-trumps.jpg" data-orig-size="500,500" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="spitting image top trumps" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/spitting-image-top-trumps.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/spitting-image-top-trumps.jpg?w=500"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/03/christmas-2020-gift-ideas-board-games-for-the-whole-family/" rel="bookmark">Christmas 2020 Gift Ideas: Board games for the whole family</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29954" class="tag-alcohol tag-alcoholic-gifts tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-christmas-gifts tag-food-and-drink tag-kinahans-whiskey tag-mr-black-coffee-liquer tag-quick-brown-fox-coffee-liqueur category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/03/christmas-2020-gift-ideas-the-spirits-of-christmas/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/mr-black_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/mr-black_w-800-h-600-crop-1.jpg 800w, 2020/12/mr-black_w-1029-h-772-crop-1.jpg 1029w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="29968" data-permalink="https://theversion.co/2020/12/03/christmas-2020-gift-ideas-the-spirits-of-christmas/mr-black/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/mr-black.jpeg" data-orig-size="1200,800" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="mr black" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/mr-black.jpeg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/mr-black.jpeg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/03/christmas-2020-gift-ideas-the-spirits-of-christmas/" rel="bookmark">Christmas 2020 Gift Ideas: The Spirits of Christmas</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29803" class="tag-christmas tag-christmas-gift-guide tag-christmas-gifts-2020 tag-cocktails tag-food-and-drink tag-gift-guide tag-lifestyle tag-review tag-sipful category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/30/christmas-2020-gift-ideas-sipful-canned-cocktails/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/11/closedboxwithhandsandsparkles_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/11/closedboxwithhandsandsparkles_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="29811" data-permalink="https://theversion.co/2020/11/30/christmas-2020-gift-ideas-sipful-canned-cocktails/closedboxwithhandsandsparkles/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/closedboxwithhandsandsparkles.jpg" data-orig-size="1000,657" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"1603975784","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Closedboxwithhandsandsparkles" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/closedboxwithhandsandsparkles.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/closedboxwithhandsandsparkles.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/30/christmas-2020-gift-ideas-sipful-canned-cocktails/" rel="bookmark">Christmas 2020 Gift Ideas: Sipful Canned Cocktails</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29792" class="tag-christmas tag-christmas-2020-gift-ideas tag-gift-guide tag-jewellery tag-sterling-silver-earrings tag-the-silver-stable category-lifestyle-amp-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/30/christmas-2020-gift-ideas-the-silver-stable/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/11/horse-main_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/11/horse-main_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="29801" data-permalink="https://theversion.co/2020/11/30/christmas-2020-gift-ideas-the-silver-stable/horse-main/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/horse-main.jpg" data-orig-size="492,492" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="horse main" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/horse-main.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/horse-main.jpg?w=492"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/30/christmas-2020-gift-ideas-the-silver-stable/" rel="bookmark">Christmas 2020 Gift Ideas: The Silver stable</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31050" class="tag-christmas-2020-gift-ideas tag-christmas-gifts tag-home tag-slush-puppie tag-slush-puppie-at-home tag-slush-puppie-machine tag-slush-puppie-maker tag-slushie-puppie tag-yesiwantit category-lifestyle-amp-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/30/christmas-2020-gift-ideas-slush-puppie-at-home/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/slush-puppie_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/slush-puppie_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="31053" data-permalink="https://theversion.co/2020/11/30/christmas-2020-gift-ideas-slush-puppie-at-home/slush-puppie/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/slush-puppie.jpg" data-orig-size="1000,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="slush puppie" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/slush-puppie.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/slush-puppie.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/30/christmas-2020-gift-ideas-slush-puppie-at-home/" rel="bookmark">Christmas 2020 Gift Ideas: Slush Puppie at Home</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29674" class="tag-books tag-buy-because-of-you tag-buy-home-stretch tag-buy-the-icakabog tag-buy-the-thursday-murder-club tag-buy-troubled-blood tag-christmas tag-christmas-2020-gift-ideas tag-christmas-gift-guide tag-novels category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/28/christmas-2020-gift-ideas-novels/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/11/the-ickabog-jk-rowling-on-radio-2_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/11/the-ickabog-jk-rowling-on-radio-2_w-400-h-300-crop-1.jpg 400w, 2020/11/the-ickabog-jk-rowling-on-radio-2_w-768-h-576-crop-1.jpg 768w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="28030" data-permalink="https://theversion.co/the-ickabog-jk-rowling-on-radio-2/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/the-ickabog-jk-rowling-on-radio-2.jpg" data-orig-size="785,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the-ickabog-jk-rowling-on-radio-2" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/the-ickabog-jk-rowling-on-radio-2.jpg?w=236" data-large-file="https://theversionco.files.wordpress.com/2020/11/the-ickabog-jk-rowling-on-radio-2.jpg?w=785"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/28/christmas-2020-gift-ideas-novels/" rel="bookmark">Christmas 2020 Gift Ideas: Must-buy Books (Novels)</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29577" class="tag-christmas-2020-gift-ideas tag-gift-guide tag-gifts-for-cat-lovers tag-gifts-for-cats tag-gus-and-bella tag-lifestyle tag-subscription-boxes-for-cats category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/27/christmas-2020-gift-ideas-the-ultimate-gift-for-cats/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/11/gus-and-bella-gift-box_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/11/gus-and-bella-gift-box_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="29586" data-permalink="https://theversion.co/2020/11/27/christmas-2020-gift-ideas-the-ultimate-gift-for-cats/gus-and-bella-gift-box/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/gus-and-bella-gift-box.jpg" data-orig-size="800,800" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"Holly Booth Photography","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="gus and bella gift box" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/gus-and-bella-gift-box.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/gus-and-bella-gift-box.jpg?w=800"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/27/christmas-2020-gift-ideas-the-ultimate-gift-for-cats/" rel="bookmark">Christmas 2020 Gift Ideas: The Ultimate gift for cats</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29510" class="tag-christmas-2020-gift-ideas tag-drinks tag-food-and-drink tag-lifestyle tag-review category-christmas-gift-guide category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/26/lift-your-spirits-this-christmas-with-our-fantastic-drink-ideas/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/11/two-drifters-rum_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/11/two-drifters-rum_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="29519" data-permalink="https://theversion.co/two-drifters-rum/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/two-drifters-rum.jpg" data-orig-size="2500,2000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"Andrew R Currie","camera":"","caption":"","created_timestamp":"1600854946","copyright":"andrewrcurrie","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="two-drifters-rum" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/two-drifters-rum.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/two-drifters-rum.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/26/lift-your-spirits-this-christmas-with-our-fantastic-drink-ideas/" rel="bookmark">Lift your Spirits this Christmas with our fantastic drink ideas</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29290" class="tag-chocolate tag-christmas tag-christmas-2020-gift-ideas tag-gift-guide tag-lifestyle tag-lindor tag-lindt tag-review category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/23/christmas-2020-gift-ideas-lindt-chocolate-is-still-the-best/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/11/lindt-teddy_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/11/lindt-teddy_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="29302" data-permalink="https://theversion.co/2020/11/23/christmas-2020-gift-ideas-lindt-chocolate-is-still-the-best/lindt-teddy/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/lindt-teddy.jpeg" data-orig-size="2740,3890" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="lindt teddy" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/lindt-teddy.jpeg?w=211" data-large-file="https://theversionco.files.wordpress.com/2020/11/lindt-teddy.jpeg?w=721"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/23/christmas-2020-gift-ideas-lindt-chocolate-is-still-the-best/" rel="bookmark">Christmas 2020 Gift Ideas: Lindt Chocolate is still the best</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="29004" class="tag-android-tv-review tag-christmas tag-christmas-gift-guide tag-freeview-play tag-humax tag-humax-aura-uk-review tag-humax-review tag-lifestyle tag-pvr-review tag-tech category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/18/the-humax-aura-uhd-android-pvr-review/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/11/humax-aura_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/11/humax-aura_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="29024" data-permalink="https://theversion.co/2020/11/18/the-humax-aura-uhd-android-pvr-review/humax-aura/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/humax-aura.jpg" data-orig-size="590,461" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="humax aura" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/humax-aura.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/humax-aura.jpg?w=590"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/18/the-humax-aura-uhd-android-pvr-review/" rel="bookmark">The Humax Aura UHD Android PVR Review</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="28252" class="tag-christmas tag-christmas-gift-guide tag-osmo tag-osmo-uk-review tag-reviews tag-toys category-christmas-gift-guide post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/05/christmas-2020-gift-ideas-osmo-educational-games-for-your-tablet/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/11/osmo-review_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/11/osmo-review_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="28258" data-permalink="https://theversion.co/2020/11/05/christmas-2020-gift-ideas-osmo-educational-games-for-your-tablet/osmo-review/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/osmo-review.jpg" data-orig-size="1471,1500" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="osmo review" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/osmo-review.jpg?w=294" data-large-file="https://theversionco.files.wordpress.com/2020/11/osmo-review.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/05/christmas-2020-gift-ideas-osmo-educational-games-for-your-tablet/" rel="bookmark">Christmas 2020 Gift Ideas: Osmo Educational games for your tablet</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="28216" class="tag-amazon-prime-day tag-black-friday-uk-honor tag-christmas tag-christmas-gift-guide tag-honor tag-honor-20e-uk-review tag-honor-phone tag-honor-watch-es-uk-review tag-lifestyle tag-smartwatches tag-tech category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/11/05/review-the-honor-20e-and-honor-watch-es/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/11/honor-reviews_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/11/honor-reviews_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="28240" data-permalink="https://theversion.co/2020/11/05/review-the-honor-20e-and-honor-watch-es/honor-reviews/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/honor-reviews.jpg" data-orig-size="2000,1125" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="honor reviews" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/honor-reviews.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/honor-reviews.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/11/05/review-the-honor-20e-and-honor-watch-es/" rel="bookmark">Review: Why the HONOR 20e and Honor Watch ES are a steal</a></h2> </div><!-- .entry-wrapper -->
</article>
</div>
<button type="button" data-next="https://public-api.wordpress.com/wpcom/v2/sites/40774858/articles?className=is-style-default&showExcerpt=0&showDate=0&moreButton=1&showAuthor=0&showAvatar=0&postLayout=grid&columns=4&postsToShow=24&&&tags%5B0%5D=1963011&tags%5B1%5D=705837740&tags%5B2%5D=19065&&&typeScale=3&align=full&excerptLength=55&showImage=1&showCaption=0&imageShape=landscape&minHeight=0&moreButtonText&showCategory=0&mediaPosition=top&imageScale=3&mobileStack=0&sectionHeader&specificMode=0&textColor&customTextColor&singleMode=0&showSubtitle=0&page=2">
Load more posts </button>
<p class="loading">
Loading… </p>
<p class="error">
Something went wrong. Please refresh the page and/or try again. </p>
</div>
<div class="wp-block-image"><figure class="aligncenter size-large is-resized"><a href="https://www.yesiwantit.com/" class="img-link"><img loading="lazy" data-attachment-id="25689" data-permalink="https://theversion.co/yiwi/" data-orig-file="https://theversionco.files.wordpress.com/2020/10/yiwi.png" data-orig-size="1146,281" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="yiwi" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/10/yiwi.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/10/yiwi.png?w=980" src="2020/10/yiwi_w-1029.png" alt="YesIwantIt" class="wp-image-25689" width="1085" height="243"/></a><figcaption>Visit YesIwantIt.com for more Christmas Gift Ideas</figcaption></figure></div>
<p></p>
<div class="wp-block-image"><figure class="aligncenter size-large"><a href="http://www.amazon.co.uk/gp/video/primesignup/ref=acph_piv?tag=celebburpcom-21" class="img-link"><img data-attachment-id="29857" data-permalink="https://theversion.co/prime-video-advert/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/prime-video-advert.png" data-orig-size="1091,136" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="prime-video-advert" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/prime-video-advert.png?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/prime-video-advert.png?w=980" src="2020/12/prime-video-advert_w-1029.png" alt="" class="wp-image-29857" srcset="2020/12/prime-video-advert_w-1029.png 1029w, 2020/12/prime-video-advert.png 1091w" sizes="(max-width: 1029px) 100vw, 1029px"/></a></figure></div>
<h1 class="Alignfull"><strong>LIFESTYLE & CULTURE</strong></h1>
<p>All the cool stuff you need in your life right now</p>
</div>
</div>
<div class="wp-block-newspack-blocks-homepage-articles alignfull wpnbha is-grid columns-4 show-image image-aligntop ts-3 is-3 is-landscape has-more-button" style="">
<div data-posts data-current-post-id="16879">
<article data-post-id="30763" class="tag-bbc-iplayer-2 tag-bbc-two tag-cook-eat-repeat tag-crab-mac-n-cheese tag-food tag-nigella tag-nigella-lawson tag-recipe category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/nigella-lawsons-crab-mac-n-cheese-recipe/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/11/nigella-fish-stew-recipe_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/11/nigella-fish-stew-recipe_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="28776" data-permalink="https://theversion.co/2020/11/16/nigellas-fish-stew-recipe-cook-eat-repeat/nigella-fish-stew-recipe/" data-orig-file="https://theversionco.files.wordpress.com/2020/11/nigella-fish-stew-recipe.jpg" data-orig-size="640,360" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="nigella fish stew recipe" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/11/nigella-fish-stew-recipe.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/11/nigella-fish-stew-recipe.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/nigella-lawsons-crab-mac-n-cheese-recipe/" rel="bookmark">Nigella Lawson’s Crab Mac N Cheese recipe</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31078" class="tag-bbc-iplayer-2 tag-bbc-one tag-interview tag-steve-pemberton tag-tv tag-worzel-gummidge category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/worzel-gummidge-steve-pemberton-interview/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/steve-pemberton-in-worzel-gummidge_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/steve-pemberton-in-worzel-gummidge_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="31081" data-permalink="https://theversion.co/2020/12/14/worzel-gummidge-steve-pemberton-interview/steve-pemberton-in-worzel-gummidge/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/steve-pemberton-in-worzel-gummidge.jpg" data-orig-size="1456,819" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="steve pemberton in worzel gummidge" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/steve-pemberton-in-worzel-gummidge.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/steve-pemberton-in-worzel-gummidge.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/worzel-gummidge-steve-pemberton-interview/" rel="bookmark">Worzel Gummidge: Steve Pemberton Interview</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="31030" class="tag-clip tag-itv tag-itv-hub tag-the-real-full-monty-on-ice tag-tv category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/the-real-full-monty-on-ice-watch-a-preview-clip/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/the-real-full-monty-on-ice-clips_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/the-real-full-monty-on-ice-clips_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="31033" data-permalink="https://theversion.co/2020/12/14/the-real-full-monty-on-ice-watch-a-preview-clip/the-real-full-monty-on-ice-clips/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/the-real-full-monty-on-ice-clips.jpg" data-orig-size="1200,675" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="the real full monty on ice clips" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/the-real-full-monty-on-ice-clips.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/the-real-full-monty-on-ice-clips.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/the-real-full-monty-on-ice-watch-a-preview-clip/" rel="bookmark">The Real Full Monty on ice: Watch a preview clip</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30991" class="tag-bluetooth-clock-radio-with-wireless-charging tag-christmas-gift-ideas-2020 tag-daewoo tag-gadgets tag-gift-guide category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/14/christmas-2020-gift-ideas-daewoo-bluetooth-clock-radio-with-wireless-charging/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/daewoo-alarm-clock_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/daewoo-alarm-clock_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="31001" data-permalink="https://theversion.co/2020/12/14/christmas-2020-gift-ideas-daewoo-bluetooth-clock-radio-with-wireless-charging/daewoo-alarm-clock/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/daewoo-alarm-clock.jpg" data-orig-size="665,665" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="Daewoo alarm clock" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/daewoo-alarm-clock.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/daewoo-alarm-clock.jpg?w=665"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/14/christmas-2020-gift-ideas-daewoo-bluetooth-clock-radio-with-wireless-charging/" rel="bookmark">Christmas 2020 Gift Ideas: Daewoo Bluetooth Clock Radio With Wireless Charging</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30681" class="tag-christmas-cake tag-christmas-cake-recipe tag-itv tag-james-martin tag-james-martins-christmas-cake-recipe tag-james-martins-saturday-morning tag-recipe category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/12/james-martins-saturday-morning-at-christmas-christmas-cake-recipe/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/james-martins-christmas-cake-recipe_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/james-martins-christmas-cake-recipe_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30684" data-permalink="https://theversion.co/2020/12/12/james-martins-saturday-morning-at-christmas-christmas-cake-recipe/james-martins-christmas-cake-recipe/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg" data-orig-size="850,567" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="james martins christmas cake recipe" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/james-martins-christmas-cake-recipe.jpg?w=850"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/12/james-martins-saturday-morning-at-christmas-christmas-cake-recipe/" rel="bookmark">James Martin’s Saturday Morning at Christmas: Christmas Cake Recipe</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30631" class="tag-all-of-me-my-extroadinary-life tag-autobiography tag-barbara-windsor tag-book tag-carry-on-films tag-eastenders tag-the-krays category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/dame-barbara-windsors-autobiography-depicts-tv-legends-incredible-life/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/did-barbara-windsor-write-an-autobiography_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/did-barbara-windsor-write-an-autobiography_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30636" data-permalink="https://theversion.co/2020/12/11/dame-barbara-windsors-autobiography-depicts-tv-legends-incredible-life/did-barbara-windsor-write-an-autobiography/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/did-barbara-windsor-write-an-autobiography.jpg" data-orig-size="1600,900" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="did barbara windsor write an autobiography" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/did-barbara-windsor-write-an-autobiography.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/did-barbara-windsor-write-an-autobiography.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/dame-barbara-windsors-autobiography-depicts-tv-legends-incredible-life/" rel="bookmark">Dame Barbara Windsor’s Autobiography depicts TV legend’s incredible life</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30590" class="category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/christmas-2020-gift-ideas-fiit-review/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/fiit_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/fiit_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30602" data-permalink="https://theversion.co/2020/12/11/christmas-2020-gift-ideas-fiit-review/fiit/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/fiit.jpg" data-orig-size="1620,1080" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="fiit" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/fiit.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/fiit.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/christmas-2020-gift-ideas-fiit-review/" rel="bookmark">Christmas 2020 Gift Ideas: Bring the Gym Home with Fiit</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30538" class="tag-charlie-bingham tag-food tag-food-and-drink tag-lifestyle tag-review tag-waitrose category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/charlie-bighams-takes-the-stress-out-of-christmas-time/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/fish-pie_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/fish-pie_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30546" data-permalink="https://theversion.co/2020/12/11/charlie-bighams-takes-the-stress-out-of-christmas-time/fish-pie/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/fish-pie.jpeg" data-orig-size="3000,1050" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="fish pie" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/fish-pie.jpeg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/fish-pie.jpeg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/charlie-bighams-takes-the-stress-out-of-christmas-time/" rel="bookmark">Charlie Bigham’s takes the stress out of Christmas time</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30514" class="tag-books tag-buy-quite-buy-claudia-winkleman tag-claudia-winkleman tag-claudia-winklemans-book tag-graham-norton tag-quite tag-radio-2 tag-strictly tag-the-graham-norton-show category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/buy-claudia-winklemans-book-quite/" rel="bookmark" class="img-link"><img width="800" height="600" src="2020/12/claudia-winkleman-on-the-graham-norton-show_w-800-h-600-crop-1.jpg" class="attachment-newspack-article-block-landscape-medium size-newspack-article-block-landscape-medium wp-post-image" alt="" loading="lazy" srcset="2020/12/claudia-winkleman-on-the-graham-norton-show_w-800-h-600-crop-1.jpg 800w" sizes="(max-width: 800px) 100vw, 800px" data-attachment-id="30519" data-permalink="https://theversion.co/2020/12/11/buy-claudia-winklemans-book-quite/claudia-winkleman-on-the-graham-norton-show/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/claudia-winkleman-on-the-graham-norton-show.jpg" data-orig-size="1080,1080" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="claudia winkleman on the graham norton show" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/claudia-winkleman-on-the-graham-norton-show.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/claudia-winkleman-on-the-graham-norton-show.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/buy-claudia-winklemans-book-quite/" rel="bookmark">Buy Claudia Winkleman’s book Quite</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30507" class="tag-2021-tour tag-bbc-one tag-cynics-mixtape tag-have-i-got-news-for-you tag-romesh-ranganathan tag-tour tag-tour-dates tag-tour-tickets tag-tv category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/is-romesh-ranganathan-touring-in-2021/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/romesh-2021-tour-dates-and-tickets_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/romesh-2021-tour-dates-and-tickets_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30511" data-permalink="https://theversion.co/2020/12/11/is-romesh-ranganathan-touring-in-2021/romesh-2021-tour-dates-and-tickets/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/romesh-2021-tour-dates-and-tickets.jpg" data-orig-size="2000,1000" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="romesh 2021 tour dates and tickets" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/romesh-2021-tour-dates-and-tickets.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/romesh-2021-tour-dates-and-tickets.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/is-romesh-ranganathan-touring-in-2021/" rel="bookmark">Is Romesh Ranganathan touring in 2021?</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30500" class="tag-barbara-windsor tag-carry-on-films tag-eastenders tag-news tag-peggy-mitchell category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/11/barbara-windsor-dies-aged-83/" rel="bookmark" class="img-link"><img width="1200" height="900" src="2020/12/494785836_w-1200-h-900-crop-1.jpg" class="attachment-newspack-article-block-landscape-large size-newspack-article-block-landscape-large wp-post-image" alt="" loading="lazy" srcset="2020/12/494785836_w-1200-h-900-crop-1.jpg 1200w" sizes="(max-width: 1200px) 100vw, 1200px" data-attachment-id="30499" data-permalink="https://theversion.co/494785836/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/494785836.jpg" data-orig-size="6958,4639" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="494785836.jpg" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/494785836.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/494785836.jpg?w=980"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/11/barbara-windsor-dies-aged-83/" rel="bookmark">Barbara Windsor dies, aged 83.</a></h2> </div><!-- .entry-wrapper -->
</article>
<article data-post-id="30408" class="category-lifestyle-culture post-has-image">
<figure class="post-thumbnail">
<a href="2020/12/10/watch-the-best-of-capitals-jingle-bell-online-here/" rel="bookmark" class="img-link"><img width="400" height="300" src="2020/12/best-of-capital-jingle-bell-ball_w-400-h-300-crop-1.jpg" class="attachment-newspack-article-block-landscape-small size-newspack-article-block-landscape-small wp-post-image" alt="" loading="lazy" srcset="2020/12/best-of-capital-jingle-bell-ball_w-400-h-300-crop-1.jpg 400w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="30113" data-permalink="https://theversion.co/2020/12/04/vote-for-your-favourite-jingle-bell-ball-artist-of-all-time/best-of-capital-jingle-bell-ball/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/best-of-capital-jingle-bell-ball.jpg" data-orig-size="640,359" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="best of capital jingle bell ball" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/best-of-capital-jingle-bell-ball.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/best-of-capital-jingle-bell-ball.jpg?w=640"/></a>
</figure><!-- .featured-image -->
<div class="entry-wrapper">
<h2 class="entry-title"><a href="2020/12/10/watch-the-best-of-capitals-jingle-bell-online-here/" rel="bookmark">Watch the Best of capital’s Jingle Bell online here!</a></h2> </div><!-- .entry-wrapper -->
</article>
</div>
<button type="button" data-next="https://public-api.wordpress.com/wpcom/v2/sites/40774858/articles?showExcerpt=0&showDate=0&moreButton=1&showAuthor=0&showAvatar=0&postLayout=grid&columns=4&postsToShow=12&categories%5B0%5D=177996&typeScale=3&align=full&className&excerptLength=55&showImage=1&showCaption=0&imageShape=landscape&minHeight=0&moreButtonText&showCategory=0&mediaPosition=top&&&&&imageScale=3&mobileStack=0&sectionHeader&specificMode=0&textColor&customTextColor&singleMode=0&showSubtitle=0&page=2">
Load more posts </button>
<p class="loading">
Loading… </p>
<p class="error">
Something went wrong. Please refresh the page and/or try again. </p>
</div>
<p></p>
<div class="wp-block-columns alignfull">
<div class="wp-block-column"></div>
<div class="wp-block-column is-vertically-aligned-top"></div>
<div class="wp-block-column">
<p></p>
</div>
</div>
<div style="height:28px;" aria-hidden="true" class="wp-block-spacer"></div>
<p class="has-text-align-center"></p>
<h2 class="has-black-color has-text-color alignfull"></h2>
<div class="aligncenter wpcnt">
<div class="wpa">
<span class="wpa-about">Advertisements</span>
<div class="u inline">
<div style="padding-bottom:15px;width:728px;height:90px;float:left;margin-right:5px;margin-top:0px;">
<div id="atatags-407748586-5fe0c861cdd77">
<script type="text/javascript">
__ATA.cmd.push(function() {
__ATA.initSlot('atatags-407748586-5fe0c861cdd77', {
collapseEmpty: 'before',
sectionId: '407748586',
location: 200,
width: 728,
height: 90
});
});
</script>
</div>
</div>
</div>
</div>
</div>
<div class="wp-block-columns alignfull">
<div class="wp-block-column">
<div itemprop="location" itemscope itemtype="http://schema.org/Organization" class="wp-block-jetpack-contact-info">
<p></p>
</div>
<h3 class="has-text-align-center has-white-color has-black-background-color has-text-color has-background">Email hello@theversion.co</h3>
<p class="has-text-align-center"><strong>Best new streaming movies, tv shows and music - plus the best in lifestyle. </strong></p>
<p></p>
<p class="has-text-align-center"><strong>The Version</strong> has 80k+ readers and a social media reach of 5 million p/m. We’re ranked #1 on Google.</p>
<p class="has-text-align-center">Email hello@theversion.co or tweet <a href="http://twitter.com/theversion">@theversion</a> if you’d like to contact the UK’s official online streaming magazine.</p>
<h2></h2>
</div>
</div>
<p></p>
<div id="jp-post-flair" class="sharedaddy sd-sharing-enabled"><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon sd-sharing"><h3 class="sd-title">Like this page? Share it with friends!</h3><div class="sd-content"><ul><li class="share-jetpack-whatsapp"><a rel="nofollow noopener noreferrer" data-shared="" class="share-jetpack-whatsapp sd-button share-icon no-text" href="/" target="_blank" title="Click to share on WhatsApp"><span></span><span class="sharing-screen-reader-text">Click to share on WhatsApp (Opens in new window)</span></a></li><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-16879" class="share-twitter sd-button share-icon no-text" href="/" target="_blank" title="Click to share on Twitter"><span></span><span class="sharing-screen-reader-text">Click to share on Twitter (Opens in new window)</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-16879" class="share-facebook sd-button share-icon no-text" href="/" target="_blank" title="Click to share on Facebook"><span></span><span class="sharing-screen-reader-text">Click to share on Facebook (Opens in new window)</span></a></li><li class="share-email"><a rel="nofollow noopener noreferrer" data-shared="" class="share-email sd-button share-icon no-text" href="/" target="_blank" title="Click to email this to a friend"><span></span><span class="sharing-screen-reader-text">Click to email this to a friend (Opens in new window)</span></a></li><li class="share-end"></li></ul></div></div></div></div>
</div><!-- .entry-content -->
<footer class="entry-footer">
</footer><!-- .entry-footer -->
</article><!-- #post-## -->
</main><!-- #main -->
</div><!-- #primary -->
<div id="secondary" class="sidebar" role="complementary">
<aside id="custom_html-21" class="widget_text widget widget_custom_html"><div class="textwidget custom-html-widget"><a target="_blank" href="https://www.amazon.co.uk/gp/product/1529412455/ref=as_li_tl?ie=UTF8&camp=1634&creative=6738&creativeASIN=1529412455&linkCode=as2&tag=celebburpcom-21&linkId=d6e52da3ccda5e2bd64d2979de6d4539" rel="noopener"><img border="0" src="widgets/q-_encoding-UTF8-MarketPlace-GB-ASIN-1529412455-ServiceVersion-20070822-ID-AsinImage-WS-1-Format-_SL250_-tag-celebburpcom-21.jpg"/></a><img src="e/ir-t-celebburpcom-21-l-am2-o-2-a-1529412455.jpg" width="1" height="1" border="0" alt="" style="border:none !important;margin:0!important;"/></div></aside><aside id="media_image-30" class="widget widget_media_image"><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://www.amazon.co.uk/music/unlimited?_encoding=UTF8&linkCode=ib1&tag=celebburpcom-21&linkId=c653843bf6045ac41193161797d4832c&ref_=ihub_curatedcontent_933f5880-5043-4d7f-9fb5-1973a10c9468"><img width="620" height="413" src="2020/12/amazon-music-three-months-free_w-620.jpg" class="image wp-image-31293 attachment-620x413 size-620x413" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="2020/12/amazon-music-three-months-free.jpg 620w" sizes="(max-width: 620px) 100vw, 620px" data-attachment-id="31293" data-permalink="https://theversion.co/amazon-music-three-months-free/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/amazon-music-three-months-free.jpg" data-orig-size="620,413" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"1"}" data-image-title="amazon-music-three-months-free" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/amazon-music-three-months-free.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/amazon-music-three-months-free.jpg?w=620"/></a></aside><aside id="media_image-26" class="widget widget_media_image"><h4 class="widget-title">Entertainment Store</h4><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://www.amazon.co.uk/shop/theversionco"><img width="300" height="168" src="2020/12/amazon.jpg" class="image wp-image-30701 attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="2020/12/amazon.jpg 300w" sizes="(max-width: 300px) 100vw, 300px" data-attachment-id="30701" data-permalink="https://theversion.co/amazon/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg" data-orig-size="300,168" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="amazon" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg?w=300" data-large-file="https://theversionco.files.wordpress.com/2020/12/amazon.jpg?w=300"/></a></aside><aside id="media_image-24" class="widget widget_media_image"><h4 class="widget-title">Check out our Christmas Gift Guide</h4><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="s-christmas-2020-gift-ideas/"><img width="973" height="1200" src="2020/12/central-perk-christmas-jumper_w-973.jpg" class="image wp-image-31043 attachment-973x1200 size-973x1200" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="2020/12/central-perk-christmas-jumper.jpg 973w" sizes="(max-width: 973px) 100vw, 973px" data-attachment-id="31043" data-permalink="https://theversion.co/central-perk-christmas-jumper/" data-orig-file="https://theversionco.files.wordpress.com/2020/12/central-perk-christmas-jumper.jpg" data-orig-size="973,1200" data-comments-opened="0" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="central-perk-christmas-jumper" data-image-description="" data-medium-file="https://theversionco.files.wordpress.com/2020/12/central-perk-christmas-jumper.jpg?w=243" data-large-file="https://theversionco.files.wordpress.com/2020/12/central-perk-christmas-jumper.jpg?w=830"/></a></aside>
</div><!-- #secondary --> </div><!-- .container -->
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<a href="https://wordpress.com/?ref=footer_custom_svg" title="Create a website or blog at WordPress.com" rel="nofollow"><svg style="fill: currentColor; position: relative; top: 1px;" width="14px" height="15px" viewbox="0 0 14 15" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-labelledby="title" role="img">
<desc id="title">Create a website or blog at WordPress.com</desc>
<path d="M12.5225848,4.97949746 C13.0138466,5.87586309 13.2934037,6.90452431 13.2934037,7.99874074 C13.2934037,10.3205803 12.0351007,12.3476807 10.1640538,13.4385638 L12.0862862,7.88081544 C12.4453251,6.98296834 12.5648813,6.26504621 12.5648813,5.62667922 C12.5648813,5.39497674 12.549622,5.17994084 12.5225848,4.97949746 L12.5225848,4.97949746 Z M7.86730089,5.04801561 C8.24619178,5.02808979 8.58760099,4.98823815 8.58760099,4.98823815 C8.9267139,4.94809022 8.88671369,4.44972248 8.54745263,4.46957423 C8.54745263,4.46957423 7.52803983,4.54957381 6.86996227,4.54957381 C6.25158863,4.54957381 5.21247202,4.46957423 5.21247202,4.46957423 C4.87306282,4.44972248 4.83328483,4.96816418 5.17254589,4.98823815 C5.17254589,4.98823815 5.49358462,5.02808979 5.83269753,5.04801561 L6.81314716,7.73459399 L5.43565839,11.8651647 L3.14394256,5.04801561 C3.52312975,5.02808979 3.86416859,4.98823815 3.86416859,4.98823815 C4.20305928,4.94809022 4.16305906,4.44972248 3.82394616,4.46957423 C3.82394616,4.46957423 2.80475558,4.54957381 2.14660395,4.54957381 C2.02852925,4.54957381 1.88934333,4.54668493 1.74156477,4.54194422 C2.86690406,2.83350881 4.80113651,1.70529256 6.99996296,1.70529256 C8.638342,1.70529256 10.1302017,2.33173369 11.2498373,3.35765419 C11.222726,3.35602457 11.1962815,3.35261718 11.1683554,3.35261718 C10.5501299,3.35261718 10.1114609,3.89113285 10.1114609,4.46957423 C10.1114609,4.98823815 10.4107217,5.42705065 10.7296864,5.94564049 C10.969021,6.36482346 11.248578,6.90326506 11.248578,7.68133501 C11.248578,8.21992476 11.0413918,8.84503256 10.7696866,9.71584277 L10.1417574,11.8132391 L7.86730089,5.04801561 Z M6.99996296,14.2927074 C6.38218192,14.2927074 5.78595654,14.2021153 5.22195356,14.0362644 L7.11048207,8.54925635 L9.04486267,13.8491542 C9.05760348,13.8802652 9.07323319,13.9089317 9.08989995,13.9358945 C8.43574834,14.1661896 7.73285573,14.2927074 6.99996296,14.2927074 L6.99996296,14.2927074 Z M0.706448182,7.99874074 C0.706448182,7.08630113 0.902152921,6.22015756 1.25141403,5.43749503 L4.25357806,13.6627848 C2.15393732,12.6427902 0.706448182,10.4898387 0.706448182,7.99874074 L0.706448182,7.99874074 Z M6.99996296,0.999 C3.14016476,0.999 0,4.13905746 0,7.99874074 C0,11.8585722 3.14016476,14.999 6.99996296,14.999 C10.8596871,14.999 14,11.8585722 14,7.99874074 C14,4.13905746 10.8596871,0.999 6.99996296,0.999 L6.99996296,0.999 Z" id="wordpress-logo-simplified-cmyk" stroke="none" fill="“currentColor”" fill-rule="evenodd"></path>
</svg></a>
</div><!-- .site-info
--><div class="back-to-top-wrapper">
<a href="#top" class="back-to-top-button"><svg width="10px" height="19px" viewbox="0 0 10 19" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Rectangle-2-+--">
<rect id="bar" fill="#ffde00" x="0" y="0" width="10" height="3"></rect>
<path d="M5,5.953125 L9,12 L1,12 L5,5.953125 Z M4,12 L6,12 L6,19 L4,19 L4,12 Z" id="arrow" fill="#FFFFFF"></path>
</g>
</g>
</svg></a>
</div><!--
--><nav class="footer-menu"><h5 class="screen-reader-text">Footer navigation</h5><ul id="menu-the-version-1" class="nav nav--footer"><li class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-14236"><a title="What to Stream" href="/" aria-current="page">The Version</a></li>
<li class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-17693"><a title="Lifestyle & Culture" href="category/lifestyle-culture/">Lifestyle & Culture</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15051"><a href="http://mixcloud.com/theversion">Podcast</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-30699"><a href="https://www.amazon.co.uk/shop/theversionco">Entertainment Store: Powered by Amazon</a></li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-31177"><a href="s-christmas-2020-gift-ideas/">Christmas Gift Guide</a></li>
</ul></nav> </footer><!-- #colophon -->
<div class="overlay--search">
<div class="overlay__wrapper">
<form role="search" method="get" class="search-form" action="/">
<label>
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" placeholder="Search …" value="" name="s" title="Search for:"/>
</label>
<button class="search-submit"><i class="fa fa-search"></i></button>
</form> <p>Begin typing your search above and press return to search. Press Esc to cancel.</p>
</div>
<b class="overlay__close"></b>
</div>
</div><!-- #page -->
<div class="mobile-header">
<div class="mobile-header-wrapper">
<button class="navigation__trigger js-nav-trigger">
<i class="fa fa-bars"></i><span class="screen-reader-text">Menu</span>
</button>
<button class="nav__item--search search__trigger">
<i class="fa fa-search"></i>
</button>
</div>
</div>
<!-- -->
<div style="display:none">
</div>
<script type="text/javascript">
( function( $ ) {
$( document.body ).on( 'post-load', function () {
if ( typeof __ATA.insertInlineAds === 'function' ) {
__ATA.insertInlineAds();
}
} );
} )( jQuery );
</script>
<script>
window.addEventListener( "load", function( event ) {
var link = document.createElement( "link" );
link.href = "wp-content/mu-plugins/actionbar/actionbar.css?v=20201002";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );
var script = document.createElement( "script" );
script.src = "wp-content/mu-plugins/actionbar/actionbar_v-20201002.js";
script.defer = true;
document.body.appendChild( script );
} );
</script>
<div id="carousel-reblog-box">
<form action="#" name="carousel-reblog">
<label for="carousel-reblog-content" id="carousel-reblog-lblogcontent" class="screen-reader-text">Add your thoughts here... (optional)</label>
<textarea id="carousel-reblog-content" name="carousel-reblog-content" placeholder="Add your thoughts here... (optional)"></textarea>
<label for="carousel-reblog-to-blog-id" id="carousel-reblog-lblogid">Post to</label>
<select name="carousel-reblog-to-blog-id" id="carousel-reblog-to-blog-id">
</select>
<div class="submit">
<span class="canceltext"><a href="#" class="cancel">Cancel</a></span>
<input type="submit" name="carousel-reblog-submit" class="button" id="carousel-reblog-submit" value="Reblog Post"/>
<input type="hidden" id="carousel-reblog-blog-id" value="40774858"/>
<input type="hidden" id="carousel-reblog-blog-url" value="https://theversion.co"/>
<input type="hidden" id="carousel-reblog-blog-title" value="The Version "/>
<input type="hidden" id="carousel-reblog-post-url" value=""/>
<input type="hidden" id="carousel-reblog-post-title" value=""/>
</div>
<input type="hidden" id="_wpnonce" name="_wpnonce" value="cdb5018dd7"/><input type="hidden" name="_wp_http_referer" value="/"/> </form>
<div class="arrow"></div>
</div>
<script type="text/javascript">
window.WPCOM_sharing_counts = {"https:\/\/theversion.co\/":16879};
</script>
<div id="sharing_email" style="display: none;">
<form action="/" method="post">
<label for="target_email">Send to Email Address</label>
<input type="email" name="target_email" id="target_email" value=""/>
<label for="source_name">Your Name</label>
<input type="text" name="source_name" id="source_name" value=""/>
<label for="source_email">Your Email Address</label>
<input type="email" name="source_email" id="source_email" value=""/>
<input type="text" id="jetpack-source_f_name" name="source_f_name" class="input" value="" size="25" autocomplete="off" title="This field is for validation and should not be changed"/>
<div class="g-recaptcha" data-sitekey="6LcmyE0UAAAAALID28yVNg7pFCodGaArJzHitez_" data-theme="light" data-type="image" data-tabindex="0"></div>
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?hl=en" async></script>
<img style="float: right; display: none" class="loading" src="wp-content/mu-plugins/post-flair/sharing/images/loading.gif" alt="loading" width="16" height="16"/>
<input type="submit" value="Send Email" class="sharing_send"/>
<a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a>
<div class="errors errors-1" style="display: none;">
Post was not sent - check your email addresses! </div>
<div class="errors errors-2" style="display: none;">
Email check failed, please try again </div>
<div class="errors errors-3" style="display: none;">
Sorry, your blog cannot share posts by email. </div>
</form>
</div>
<link rel="stylesheet" id="all-css-0-2" href="css/5bsqsLvKiMtX4BgsHbmQ-_cssminify-yes_css_4mhgt583p03sjxeisyrozj.css" type="text/css" media="all"/>
<script id="jetpack-carousel-js-extra">
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"/","nonce":"49e430f450","display_exif":"1","display_comments":"1","display_geo":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"white","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"1","require_name_email":"1","login_url":"https:\/\/theversionco.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Ftheversion.co%2F","blog_id":"40774858","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"local_comments_commenting_as":"<p id=\"jp-carousel-commenting-as\">You must be <a href=\"#\" class=\"jp-carousel-comment-login\">logged in<\/a> to post a comment.<\/p>","reblog":"Reblog","reblogged":"Reblogged","reblog_add_thoughts":"Add your thoughts here... (optional)","reblogging":"Reblogging...","post_reblog":"Post Reblog","stats_query_args":"blog=40774858&v=wpcom&tz=0&user_id=0&subd=theversionco","is_public":"1","reblog_enabled":""};
</script>
<script id="sharing-js-js-extra">
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
</script>
<script type="text/javascript" src="script/I8ZWsFIYMAg4y-u1nL17Zumt37vpYeJorFUtyiW1zKv7QGYvouixFhaxGtUsgEVg7Ai9ha2ODM8uJkFSZJvUpluPUtpE/3Ue93723THurD8AW5ASBU.js"></script>
<script type="text/javascript">
( 'fetch' in window ) || document.write( '<script src="https://s0.wp.com/wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js?m=1573572739h&ver=3.0.0"></scr' + 'ipt>' );( document.contains ) || document.write( '<script src="https://s1.wp.com/wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js?m=1540208548h&ver=3.42.0"></scr' + 'ipt>' );( window.DOMRect ) || document.write( '<script src="https://s0.wp.com/wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js?m=1585663916h&ver=3.42.0"></scr' + 'ipt>' );( window.URL && window.URL.prototype && window.URLSearchParams ) || document.write( '<script src="https://s2.wp.com/wp-includes/js/dist/vendor/wp-polyfill-url.min.js?m=1585663916h&ver=3.6.4"></scr' + 'ipt>' );( window.FormData && window.FormData.prototype.keys ) || document.write( '<script src="https://s1.wp.com/wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js?m=1550600082h&ver=3.0.12"></scr' + 'ipt>' );( Element.prototype.matches && Element.prototype.closest ) || document.write( '<script src="https://s2.wp.com/wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js?m=1540208548h&ver=2.0.2"></scr' + 'ipt>' );
</script>
<script type="text/javascript">
var windowOpen;
document.body.addEventListener( 'click', function ( event ) {
if ( event.target &&
( event.target.matches && event.target.matches( 'a.share-twitter' ) ) ||
( event.target.msMatchesSelector && event.target.msMatchesSelector( 'a.share-twitter' ) ) ) {
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( event.target.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
return false;
}
} );
var windowOpen;
document.body.addEventListener( 'click', function ( event ) {
if ( event.target &&
( event.target.matches && event.target.matches( 'a.share-facebook' ) ) ||
( event.target.msMatchesSelector && event.target.msMatchesSelector( 'a.share-facebook' ) ) ) {
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( event.target.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
return false;
}
} );
</script>
<script>
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
</script>
<script type="text/javascript">
// <![CDATA[
(function() {
try{
if ( window.external &&'msIsSiteMode' in window.external) {
if (window.external.msIsSiteMode()) {
var jl = document.createElement('script');
jl.type='text/javascript';
jl.async=true;
jl.src='/';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jl, s);
}
}
}catch(e){}
})();
// ]]>
</script><script src="w_61.js" defer></script> <script type="text/javascript">
_tkq = window._tkq || [];
_stq = window._stq || [];
_tkq.push(['storeContext', {'blog_id':'40774858','blog_tz':'0','user_lang':'en','blog_lang':'en','user_id':'0'}]);
_stq.push(['view', {'blog':'40774858','v':'wpcom','tz':'0','user_id':'0','post':'16879','subd':'theversionco'}]);
_stq.push(['extra', {'crypt':'UE5tW3cvZGRDXVFqTVZNcVRdTTV3M244LDJQYXNrd0F0PTcrMENpOUpxTTZrWm0vbWlIP1tET0w3WFJ5TGdWSC0/PzZ+cmkwNDJIUzFqbzB5STMmYW1ld0FIemNNW2xuJTZvWEIvOHhJdWg3NnVsNy1WeGJxbGhdMERycTBDR3pJWFRWTENMSWF+cCsmQ0hTMjUrYmV0djF1WUgvOTdFU115TyxpRXA3cnBPeXo4MV8seHNXYmpGNUNOcVR5UiZLajg3YmcwL2ZraVhhS3FrS2t0JS82Smx5bHAwcg=='}]);
_stq.push([ 'clickTrackerInit', '40774858', '16879' ]);
</script>
<noscript><img src="b_v-noscript.gif" style="height:0px;width:0px;overflow:hidden" alt=""/></noscript>
<script>
if ( 'object' === typeof wpcom_mobile_user_agent_info ) {
wpcom_mobile_user_agent_info.init();
var mobileStatsQueryString = "";
if( false !== wpcom_mobile_user_agent_info.matchedPlatformName )
mobileStatsQueryString += "&x_" + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName;
if( false !== wpcom_mobile_user_agent_info.matchedUserAgentName )
mobileStatsQueryString += "&x_" + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName;
if( wpcom_mobile_user_agent_info.isIPad() )
mobileStatsQueryString += "&x_" + 'ipad_views' + '=' + 'views';
if( "" != mobileStatsQueryString ) {
new Image().src = document.location.protocol + 'https://pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random();
}
}
</script>
<div style="display:none">
<p><a href="https://pysoy.org/" rel="dofollow">https://pysoy.org/</a></p>
<p><a href="https://lpdaccountability.com/pengen-menang-besar-tapi-nggak-tahu-caranya-ini-link-game-online-anti-boncos-cuan-pasti-jepe.html" rel="dofollow">Pengen Menang Besar Tapi Nggak Tahu Caranya? Ini Link Game Online Anti Boncos, Cuan Pasti Jepe!</a></p>
<p><a href="https://lpdaccountability.com/blog/" rel="dofollow">https://lpdaccountability.com/blog/</a></p>
<p><a href="https://hiveozark.com/" rel="dofollow">https://hiveozark.com/</a></p>
<p><a href="https://pagdigital.org/" rel="dofollow">https://pagdigital.org/</a></p>
<p><a href="https://actiontabernacleministries.com/" rel="dofollow">https://actiontabernacleministries.com/</a></p>
<p><a href="https://www.blogoscol.com/" rel="dofollow">https://www.blogoscol.com/</a></p>
<p><a href="https://theamemagazine.com/" rel="dofollow">https://theamemagazine.com/</a></p>
</div>
</body>
</html>
<!--
generated in 0.652 seconds
223954 bytes batcached for 300 seconds
-->