Merhaba arkadaşlar resimdede gördüğünüz yere kategori bazlı konular çıksın istiyorum lütfen yardımcı olurmsunuz kodda nereyi değitirirsem bu sonuca ulaşabilirim.?
http://www.hayaleturk.com/category/test
$args = array(
'ignore_sticky_posts' => true,
'showposts' => of_get_option('promax_latestpostnumber' ),
'orderby' => 'date', );
$the_query = new WP_Query( $args );
if ( $the_query->have_posts() ) :
while ( $the_query->have_posts() ) : $the_query->the_post();
?>