category veya taxonomy sayfasındaysa bu kod, zaten varolan bir query vardır. hem onu hem bunu döndürmüş olabilir. $query yerinde $sorgu falan yazıp dene. o da olmadı o sayfanın tüm php kodunu buraya yazarsın bakarım. başkası olsa pm yaz yok skype dan yardımcı oliyim :D ben hiç sevmem yaz burdan da forumun kelime anlamına uyalım :D
kod bu şekilde hocam el atarsanız süper olur :) Sorgu yazdım gene olmadı.
/*
Template Name: imdb Filmler
*/
?>
get_option('728x60_gorun') == 'Evet'){ ?>
option('728x60'); ?>
$SergiLex = $xtahamata->get_option('Poster_Siralama');
if($SergiLex == "dortLu") : include ('listeleme/dortlu.php');
elseif($SergiLex == "aLtaLta") : include ("listeleme/altalta.php");
elseif($SergiLex == "ucLu") : include ('listeleme/uclu.php');
elseif($SergiLex == "ikiLi") : include ("listeleme/ikili.php");
elseif($SergiLex == "birLi") : include ("listeleme/birli.php");
elseif($SergiLex == "ciftLi") : include ("listeleme/ciftli.php");
else: include('includes/dortlu.php');
endif;
?>