)Yani düzenlemek için kategorinin üzerine geliyorsun, altta status barda yazıyor ya da url olarak gösterim. .../wp-admin/categories.php?action=edit&cat_ID=9
24
●1.390
)function turkcelestir($str) {
$str = ereg_replace('ç', 'ç', $str);
$str = ereg_replace('ÄŸ', 'ğ', $str);
$str = ereg_replace('ı', 'ı', $str);
$str = ereg_replace('ö', 'ö', $str);
$str = ereg_replace('ÅŸ', 'ş', $str);
$str = ereg_replace('ü', 'ü', $str);
$str = ereg_replace('Ç', 'Ç', $str);
$str = ereg_replace('ÄŸ', 'ğ', $str);
$str = ereg_replace('İ', 'İ', $str);
$str = ereg_replace('Ö', 'Ö', $str);
$str = ereg_replace('Å', 'ş', $str);
$str = ereg_replace('Ü', 'Ü', $str);
return $str;
}$b1 = the_title(); $b2 = turkcelestir($b1); echo "$b2";ben biraz balkona cıkıp hava alayım. kafam durdu
<?
mysql_query("SET NAMES 'latin5'");
mysql_query("SET CHARACTER SET latin5");
mysql_query("SET COLLATION_CONNECTION = 'latin5_turkish_ci'");
$my_query = new WP_Query('cat=3&showposts=5');
while ($my_query->have_posts()) : $my_query->the_post();$do_not_duplicate = $post->ID;
?>
<a href="<?php the_permalink() ?>"b><?php the_title(); ?></b><?php the_excerpt();?></a>
<? endwhile; ?>
the_excerpt() fonksiyonu içerisinde sanırım <br> tagı kullanılmış. Bu yuzden ana sayfada title ve excerpt arasında <br> kullanmadıgım halde bir satır alta iniyor.