" style="background-image: url('');" >

' . 'Post from ' . $month .' '. $year . '

'; } } if ( redux_demo_get_option('outdoor_custom_text') && redux_demo_get_option('outdoor_custom_text') == true ) { ?> ' . $label . ''; } elseif (is_archive()) { single_term_title('Browsing: '); if (is_month()) { $monthnum = get_query_var('monthnum'); $month = date("F", mktime(0, 0, 0, $monthnum)); $year = get_query_var('year'); echo '

' . 'Post from ' . $month .' '. $year . '

'; } } else { echo '

' . get_the_archive_title() . '

'; } ?>