';
}
if ($theme == "winter") {
echo '
';
}
if (is_author() && in_array('author_template', $archive_list)) {
$display_author = isset($bdp_settings['display_author_data']) ? $bdp_settings['display_author_data'] : 0;
$txtAuthorTitle = isset($bdp_settings['txtAuthorTitle']) ? $bdp_settings['txtAuthorTitle'] : '[author]';
$display_author_biography = $bdp_settings['display_author_biography'];
if ($display_author == 1) {
?>
';
} else {
echo '
';
}
} elseif (isset($bdp_settings['bdp_timeline_layout']) && $bdp_settings['bdp_timeline_layout'] == 'right_side') {
if (isset($bdp_settings['timeline_display_option']) && $bdp_settings['timeline_display_option'] != '') {
echo '
';
} else {
echo '
';
}
} else {
if ($orderby == 'date' || $orderby == 'modified') {
echo '
';
} else {
echo '
';
}
}
}
if ($theme == "boxy" || $theme == "brit_co" || $theme == "media-grid" || $theme == "glossary" || $theme == "invert-grid") {
echo "
";
}
if ($theme == 'glossary' || $theme == 'boxy') {
echo '
';
}
if ($theme == 'boxy-clean') {
echo '';
}
if ($theme == 'cool_horizontal' || $theme == 'overlay_horizontal') {
echo '
';
}
if (isset($bdp_settings['pagination_type']) && $bdp_settings['pagination_type'] != 'no_pagination' && ( is_author() || is_date() || is_category() || is_tag() )) {
echo '- ';
}
$slider_navigation = isset($bdp_settings['select_slider_navigation']) ? $bdp_settings['select_slider_navigation'] : 'navigation1';
if ($theme == 'crayon_slider') {
echo '
';
echo bdp_standard_paging_nav();
echo '
';
}
?>