En çok okunan haberler bölümünde ki sıralaması ise Bugün / Bu Hafta / Bu Ay şeklinde
Hergün haber girmediğimde Bugün bölümü boş kalıyor bu sıralayı tam tersi Bu Ay / Bu Hafta / Bugün şeklinde nasıl sıralayabiliriz ?
En çok okunan haberler kodları bunlar
$buyil = date('Y');
$buay = date('m');
$buhafta = date('W');
$bugun = date('j');
?>
çok okunan haberler
query_posts('showposts=5&cat='.get_cat_id($haber).'&v_sortby=views&day='.$bugun.'&w='.$buhafta.'&year='.$buyil.'&monthnum='.$buay.'');
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
'', 'style' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); else : ?>" width="49" height="77" alt="" />
Malesef, bugün hiç haber girilmedi.
query_posts('showposts=5&cat='.get_cat_id($haber).'&v_sortby=views&v_orderby=desc&w='.$buhafta.'&year='.$buyil.'&monthnum='.$buay.'');
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
'', 'style' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); else : ?>" width="49" height="77" alt="" />
Malesef, bu hafta hiç haber girilmedi.
query_posts('showposts=5&cat='.get_cat_id($haber).'&v_sortby=views&v_orderby=desc&monthnum='.$buay.'&year='.$buyil.'');
if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
'', 'style' => '', 'alt' => ''.get_the_title().'', 'title' => ''.get_the_title().'' )); else : ?>" width="49" height="77" alt="" />
Malesef, bu ay hiç haber girilmedi.