', '');
} elseif (is_archive()) {
the_archive_title('
', '
');
} elseif (is_search()) { ?>
' . get_search_query() . ''); ?>
' . esc_html('404 Error', 'appzend') . '';
} elseif (is_home()) {
$page_for_posts_id = get_option('page_for_posts');
$page_title = get_the_title($page_for_posts_id);
?>