"; if ( $catIcon ) { $catHtml .= ""; } $catHtml .= "{$categories}"; } if ( in_array( 'author', $items ) ) { $postMetaTop .= ""; } if ( in_array( 'post_date', $items ) && $date ) { $postMetaTop .= ""; if ( $metaIcon ) { $postMetaTop .= ""; } $postMetaTop .= "{$date}"; } $postMetaTop .= $catHtml; if ( in_array( 'tags', $items ) && $tags ) { $postMetaTop .= ""; } if ( in_array( 'comment_count', $items ) ) { $postMetaTop .= ''; if ( $metaIcon ) { $postMetaTop .= ""; } $postMetaTop .= $comment . ''; } if ( in_array( 'title', $items ) ) { $iTitle = sprintf( '<%1$s class="entry-title">%6$s%1$s>', $title_tag, $pID, $anchorClass, $pLink, $link_target, $title ); } $html .= sprintf( '