Want to publish your copy with us? Or find out how else we can work with your brand? Let’s talk! To get in touch, do connect with info@diycleaningtip.com
/** * The template for displaying all pages * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package blogger_buzz */ get_header(); $sidebar = esc_attr( get_post_meta($post->ID, 'blogger_buzz_page_layouts', true ) ); if(!$sidebar){ $sidebar = 'rightsidebar'; } if ($sidebar == 'nosidebar') { $col = 12; } else{ $col = 8; } ?>
Want to publish your copy with us? Or find out how else we can work with your brand? Let’s talk! To get in touch, do connect with info@diycleaningtip.com