global $wp_query;
$found = $wp_query->found_posts;
$none = esc_html__( 'No results found. Please broaden your terms and search again.', 'olsen-light' );
$one = esc_html__( 'Just one result found. We either nailed it, or you might want to broaden your terms and search again.', 'olsen-light' );
$many = esc_html( sprintf( _n( '%d result found.', '%d results found.', $found, 'olsen-light' ), $found ) );
?>
get_search_form();
} ?>
buda content. aslında devamını oku kısmı var ama sanırım ana sayfada gösterilen kelime sayısını düşürmek gerekiyor.
itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost">
the_content( '' );
} else {
the_excerpt();
} ?>