<div class="row"> <?php function kategori_id(){ global $wp_query; if(is_category() || is_single()){ $cat_ID = get_query_var(); } return $cat_ID; }