'; echo harmonia_get_svg( array( 'icon' => 'folder-open' ) ) . '' . __( 'Categories', 'harmonia' ) . '' . $categories_list; echo '

'; } // Get Tags for posts. $tags_list = get_the_tag_list( '', ', ' ); /* Show post tags if tags found */ if ( $tags_list && ! is_wp_error( $tags_list ) ) { echo ''; } } endif; /********************************** POSTS NOT FOUND ***********************************/ if ( ! function_exists( 'harmonia_posts_not_found' ) ) : function harmonia_posts_not_found() { echo '

'; esc_html_e( 'Post not found!', 'harmonia' ); echo '

'; esc_html_e( 'Something is missing. Try double checking things.', 'harmonia' ); echo '

'; } endif;