'; do_action( 'fl_post_bottom_meta_open' ); } // Categories and Tags if ( $show_cats || $show_tags ) { $tags = get_the_tag_list( '', ', ' ); $cats = get_the_category_list( ', ' ); echo '
'; } // Comments if ( $comments && ! is_single() ) { comments_popup_link( _x( 'Leave a comment', 'Comments popup link title.', '1io' ), __( '1 Comment', '1io' ), _nx( '1 Comment', '% Comments', get_comments_number(), 'Comments popup link title.', '1io' ) ); } // Close Wrapper if ( $show_cats || $show_tags || $comments ) { do_action( 'fl_post_bottom_meta_close' ); echo ''; } }