Sabit yazı kodları var ama bunun içine nasıl kategori ayarlaması yapabilirim.?
Sabit yazı kodu :
$sticky = get_option('sticky_posts');
rsort( $sticky );
$sticky = array_slice( $sticky, 0, 1);
query_posts( array( 'post__in' => $sticky, 'caller_get_posts' => 1 ) );
if (have_posts()) : while (have_posts()) : the_post();?>