<tr><td>Kategori</td><td>
<?php
$kosul="category";
$f="0";
$q = mysql_query("Select * from wp_term_taxonomy where taxonomy='$kosul' order by term_id asc");
while($rs=mysql_fetch_array($q)) {
$t_id=$rs['term_id'];
$qa = mysql_fetch_array(mysql_query("Select * from wp_terms where term_id='$t_id'"));
$varmi=hryt_trkarakter(iconv("UTF-8","ISO-8859-9",$qa['name']));
$varayir=hryt_trkarakter(iconv("UTF-8", "UTF-8",$fkat[1]));?>
<input type="checkbox" value="<?php echo $qa['term_id']; ?>" name="kid[<?php echo $f; ?>]" id="check" <?php if(strstr($varayir,$varmi)) { echo "Checked"; } ?>/>
<?php echo iconv("UTF-8","ISO-8859-9",$qa['name']); ?>
<?php $f++; } ?></td></tr>Şöyle deneyin birde yeni hostunuz da short open tags kapalı olabilir.
yok hocam yinede olmadı

ekledim gelmedi kategorilerim