سلام.
من با سرچ پوسته سايتم مشكل دارم. حالا نمي دونم از كدهاي قسمت سرچ هست يا نه مشكل از جاي ديگست.
فقط وقتي عدد ميزني پيدا ميكنه و وقتي كلمه اي ميزني پيدا نميكنه.
حالا هم كدهاي قسمت سرچ رو ميزارم هم آدرس سايت رو نگاه كنيد ببينيد مشكل كجاست.
چون يك سايت خبري سهت خيلي واجبه. ممنون ميشم كمك كنيد.
http://www.pnuna.ir
اين از قسمت search.php
<?php get_header(); ?>
<div class="centerside">
<div class="centersideinn">
<div class="cblock">
<div class="maincont">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php
$postimg_100px = get_post_meta($post->ID, "postimg_100px", true);
$post_excerpt = $post->post_content;
?>
<div class="excerpt_content">
<hr><div class="excerpt_desc">
<div class="excerpt_image"><img src="<?php echo $postimg_100px; ?>" width="80" height="80" /></div><h3>" title="<?php the_title(); ?>"><?php the_title(); ?></h3>
<?php the_excerpt_rss(); ?>" title="<?php the_title(); ?>">..[ ادامه مطلب ...]
</div>
</div><?php endwhile; ?>
<?php endif; ?></div>
</div>
</div>
<?php get_footer(); ?>
و اين هم از قسمت (searchform.php)
<div class="Blocks"><div class="Title"><span class="TitleText">جستجو</span></div><div class="Contents">
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />
<input type="submit" id="searchsubmit" value="<?php _e('Search','kubrick'); ?>" />
</form>