search.php de
olan kodlar
<?php if ( have_posts() ) : ?>
<h1><?php printf( __( '"%s" ile ilgili bunlari bulabildim.', 'twentyten' ), '' . get_search_query() . '' ); ?></h1>
<?php
/* Run the loop for the search to output the results.
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
get_template_part( 'loop', 'search' );
?>
<?php else : ?>
bunlar.
loop.php nin altini ustune getirdim kodlari tek tek okudum ordada yok.
searchbox i
<?php get_search_form(); ?>
kodu ile istedigim yere koyuyorum ama duzenleyemiyorum.
Tema gelistirmek icin Starkers temasini kullaniyorum.