$name = oxy_get_option('blog_masonry') === 'no-masonry' ? oxy_get_option('blog_style') : oxy_get_option('blog_masonry'); $title = null; $subtitle = null; get_header(); if (is_day()) { $title = get_the_date('j M Y'); } elseif (is_month()) { $title = get_the_date('F Y'); } elseif (is_year()) { $title = get_the_date('Y'); } oxy_blog_header($title); get_template_part('partials/blog/list/' . $name); get_footer();