add tax
This commit is contained in:
@@ -20,6 +20,7 @@ foreach ( $categories as $category ) {
|
||||
}
|
||||
|
||||
$current_id[] = get_the_ID();
|
||||
|
||||
$args = get_posts(array(
|
||||
'post_type' => 'post',
|
||||
'post_status' => 'publish',
|
||||
|
||||
Reference in New Issue
Block a user