Wordpress ile uğraşırken bir sorun ile karşılaştım ve çözemiyorum. Slider için postları çektiğim bir nokta var kodu şu şekilde
if ( empty($post_id) ) {
$args = array(
'tag' => 'slider',
'numberposts' => $total_posts,
'offset' => 0,
'category' => $category_ids,
'orderby' => 'post_date',
'order' => 'DESC',
'include' => $post_include_ids,
'exclude' => $post_exclude_ids,
'post_type' => 'post',
'post_status' => 'publish' );
$recent_posts = get_posts( $args );
En üstte bulunan tag slider çalışmıyor bunun yerine yine google dan bulduğum başka şeylerde denedim fakat hiç biri çalışmadı. Daha önce bu sorunu aşmış kimse var mı acaba? tag olarak slider verilmiş olan postları çekmesini istiyorum