$element ) : if( count( $meta_elements) > 1 && $index != 0 ) : echo ''.esc_html( bstone_options( 'blog-meta-separator' ) ).''; endif; // Comments Count if ( 'comments' == $element ) { echo bstone_entry_meta_comments( $meta_icons, $bst_meta_icons_typ, $meta_icons_status ); } // Category if ( 'category' == $element ) { echo bstone_entry_meta_category( $meta_icons, $bst_meta_icons_typ, $meta_icons_status ); } // Author if ( 'author' == $element ) { echo bstone_entry_meta_author( $meta_icons, $bst_meta_icons_typ, $meta_icons_status ); } // Post Date if ( 'date' == $element ) { echo bstone_entry_meta_date( $meta_icons, $bst_meta_icons_typ, $meta_icons_status ); } // Post Tags if ( 'tag' == $element ) { echo bstone_entry_meta_tag( $meta_icons, $bst_meta_icons_typ, $meta_icons_status ); } endforeach; endif; ?>