Ben PHP bazı etiketleri yazdım
<a href="<?php bloginfo('url'); ?>/?cat=<?php $cate_id ?>"><?php echo $resid->post_content ?></a>
ya da bu
echo "<li><a href = '?cat=$cate_id'>".$resid->post_content."</a></li>";?>
Bu her durumda canlı sunucuda performansını etkiler. Ben hiçbir yükleme işleminden sonra canlı sunucuda ama (benim tarafımda) benim yerel sistemde görünmesi için görüntü alıyorum, işler gayet iyi ..