• 07-03-2014, 22:54:11
    #1
    			// assign the variable as current category
    				$categoryvariable = $catid;
    
    
    $args=array(
    	
    			'cat'				=> $categoryvariable,
    			'post_type'			=> 'album',
    			'orderby'			=> 'date',
    			'order'				=> 'DESC',
    			'posts_per_page'	=> -1
    );
    query_posts( $args );
    
    					?>
    belirttiğim kategoride album yazı tipinde son yazıyı çekmek istiyorum fakat ilk yazı geliyor. Sorunu nasıl çözebilirim?
  • 08-03-2014, 06:48:46
    #2
    PHP - WORDPRESS - YAZILIM
    orderi date olarak degismeyi deneyin hocam
  • 08-03-2014, 07:58:12
    #3
    Üyeliği durduruldu
    order DESC yerine ASC yapin
  • 08-03-2014, 12:47:57
    #4
    Albos adlı üyeden alıntı: mesajı görüntüle
    order DESC yerine ASC yapin
    Sonuç yine aynı.
  • 08-03-2014, 12:50:10
    #5
    Üyeliği durduruldu
    -1 degil 1 yapin