
<?php if(!empty($post->post_excerpt)) {
the_excerpt() ;
} else {
the_content();
} ?>the_excerpt' ile nasıl bişey yapmam lazım ?
5
●712

<?php if(!empty($post->post_excerpt)) {
the_excerpt() ;
} else {
the_content();
} ?>the_excerpt' ile nasıl bişey yapmam lazım ?
<?php wp_reset_query(); ?>kullanabilirsiniz. muhtemelen sorununuzu çözecektir. Yok olmuyor diyorsanız sayfayı koyun buraya inceleyelim. Öteki türlü nasıl bilebiliriz ki? Tüm ihtimalleri yazarız ancak böyle...