// // function webgilde_get_categories(){ // if ( is_single() ) { // $cats = get_the_category(); // } else { // $cats = array( get_category( get_query_var( 'cat' ) ) ); // } // // // // if ( $cats ) { // $cat_slugs = array(); // foreach( $cats as $_cat ){ // $cat_slugs[] = $_cat->slug; // return $cat_slugs; // }}}; ?>