'; if ( 'post' == get_post_type() ) { /* translators: used between list items, there is a space after the comma */ $categories_list = get_the_category_list( __( ', ', 'blogpost-lite' ) ); if ( $categories_list ) { $entry_utility .= ' '; } /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', __( ', ', 'blogpost-lite' ) ); if ( $tags_list ) { $style = ''; if ( $show_sep ) { $style = ' style="margin-left: 30px;"'; } $entry_utility .= ' '; } } if ( $show_sep ) { $entry_utility .= '
     
    '; } $entry_utility .= '
'; ?>