post_type=='seos_gallery' ) { wp_enqueue_style( 'ten-admin-css', allx_THEME_URI . 'include/ten-gallery/admin.css' ); wp_enqueue_script( 'ten-admin-js', allx_THEME_URI . 'include/ten-gallery/admin.js', array(), '', true ); } } /****************************************************** * Styles *******************************************************/ add_action( 'wp_enqueue_scripts', 'allx_ten_gallery_scripts' ); function allx_ten_gallery_scripts() { wp_enqueue_style( 'ten_gallery-styles-css', allx_THEME_URI . 'include/ten-gallery/style.css' ); wp_enqueue_script( 'ten_gallery-js', allx_THEME_URI . 'include/ten-gallery/script.js', array(), '', true); } /****************************************************** * Function Front-end *******************************************************/ add_action('ten_gallery','allx_ten_gallery'); function allx_ten_gallery() { $id = get_the_ID(); $count_slides[$id] = 0; for( $i=1; $i<=10; $i++ ) { $images = get_post_meta( $id, 'mp_images_cat'.$i, true ); if( $images ){ $count_slides[$id] += 1; } } if( $count_slides[$id] > 0 ) { ?>
id="ten-" class="show-desc">