ID); } if(is_archive()) { $h_cl = ' archive_title h2'; if (is_author()) { $ptitl = __("Posts By:", "bonestheme"); $pidf = get_the_author_meta('display_name', $curauth->ID); } elseif (is_category()) { $ptitl = __("Posts Categorized:", "bonestheme"); $cat = get_queried_object(); $pidf = $cat->name; } elseif (is_tag()) { $ptitl = __("Posts Tagged:", "bonestheme"); $tag = get_queried_object(); $pidf = $tag->name; } elseif (is_day()) { $ptitl = __("Daily Archives:", "bonestheme"); $pidf = get_the_time('l, F j, Y'); } elseif (is_month()) { $ptitl = __("Monthly Archives:", "bonestheme"); $pidf = get_the_time('F Y'); } elseif (is_year()) { $ptitl = __("Yearly Archives:", "bonestheme"); $pidf = get_the_time('Y'); } } ?>