arkadaslar arama kutusunun içindeki ''ENTER KEYWORDS HERE'' yazısını değiştremıyorum baktım kodların hiçbiridnde yok nerden değiştiricem
Webkoliq.Net, Webkoliq, Webkolik, Netkoliq, Netkolik, msn forumu, yeni msn alma, yeni msn adresi alma, msn alma, farkı msn alma, yenı msn acma, msn plus calıstırma, msn uptade hatası,
Arama Kutusunun içindeki yazıyı Silemıyorum
3
●1.747
- 05-08-2009, 20:18:09Üyeliği durduruldu
<?php /** * ClassicMag Theme * Designed by hpa * Coded by misbah (ini_misbah@yahoo.com) */ get_header() ?> <div id="content"> <?php if (have_posts()) : ?> <h2 class="pagetitle">Search Results</h2> <?php while (have_posts()) : the_post(); ?> <div id="post-<?php the_ID(); ?>" class="post"> <h3 class="title"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <div class="meta"> <span class="meta-left"></span> <span class="meta-right"></span> <p><span class="date-post icon"><?php the_time('F j Y') ?></span><span class="comment-post icon"><?php comments_number('No Commented','one Commented','% Commented'); ?></span></p> <p><span class="categories-post icon">Categorized Under: <?php the_category(', ') ?></span></p><div class="clearleft"></div> </div> <div class="entry"> <?php the_excerpt(); ?> </div> </div> <?php endwhile; ?> <?php else: ?> <h2 class="center">Not Found</h2> <p class="center">Sorry, but you are looking for something that isn't here.</p> <?php endif ?> <?php get_sidebar(); get_footer(); ?>dediklerini yapmıstım zaten - 06-08-2009, 05:59:35searh.php değil searchform.php'de olması gerek o kodun. search.php sonuçlar sayfasıdır. Sidebar'da bulunan arama kutusu değil. Tema adını değiştirmesen orjinalinden düzenler verirdim ama sanırım tema kişiselleşmiş

Demiştim ama daha sonra temayı paylaştığınız konuyu gördüm..
Temanın header.php dosyasında 79.ncu satırda kutucuğun içine ne geleceği belirtilmiş oradan düzenleye bilirsiniz.
$('#s').val('Enter keywords here...').focus(function(){ $(this).val(''); }).blur(function(){ if($(this).val() == '') $(this).val('Enter keywords here...'); });
