Selamlar,
$args = array(
'posts_per_page' => intval( $attr['limit'] ),
'year' => $attr['year'] ? absint( $attr['year'] ) : '',
'monthnum' => $attr['month'] ? absint( $attr['month'] ) : '',
'post_type' => is_array( $attr['post_type'] ) ? $attr['post_type'] : explode( ',', $attr['post_type'] ),
'ignore_sticky_posts' => true,
);
kısmını
$args = array(
'posts_per_page' => intval( $attr['limit'] ),
'cat' => 'kategori idsi',
'year' => $attr['year'] ? absint( $attr['year'] ) : '',
'monthnum' => $attr['month'] ? absint( $attr['month'] ) : '',
'post_type' => is_array( $attr['post_type'] ) ? $attr['post_type'] : explode( ',', $attr['post_type'] ),
'ignore_sticky_posts' => true,
);
kategori idsi olarak belirttiğim yere kategori idsi yazarsanız çalışması lazım.