' . "\n";
if(get_theme_mod('header_image')) {
echo ' ' . "\n";
} else {
echo '
' . "\n";
}
echo "\n";
}
}
// Site title output
function tarski_doctitle() {
global $wp_query;
$titleSep = '·';
echo get_bloginfo('name');
if((get_option('show_on_front') == 'posts') && is_home()) {
if(get_bloginfo('description') != '') {
echo ' ' . $titleSep . ' ' . get_bloginfo('description');
}
} elseif(is_search()) {
echo ' ' . $titleSep . ' ' . __('Search results','tarski');
} elseif(is_month()) {
echo ' ' . $titleSep . ' '; single_month_title(' ');
} else {
wp_title($titleSep);
}
}
// Returns site title in markup
function tarski_sitetitle() {
global $wp_query;
$frontPageID = get_option('page_on_front');
if(get_tarski_option('display_title') != 'lolno') {
if((get_option('show_on_front') == 'page') && ($frontPageID == $wp_query->post->ID)) {
$prefix = '
'; $suffix = '
'; } elseif((get_option('show_on_front') == 'posts') && is_home()) { $prefix = '' . get_bloginfo('description') . '
'; } } // Outputs site title and tagline function tarski_titleandtag() { $openingTag = 'WordPress and Tarski', 'tarski'); ?>domain . $current_site->path . '">' . $current_site->site_name . ''; } ?>