"; if ( $catIcon ) { $catHtml .= ""; } $catHtml .= "{$categories}"; } if ( in_array( 'author', $items ) ) { $postMetaTop .= ""; if ( $metaIcon ) { $postMetaTop .= ""; } $postMetaTop .= "{$author}"; } if ( in_array( 'post_date', $items ) && $date ) { $postMetaTop .= ""; if ( $metaIcon ) { $postMetaTop .= ""; } $postMetaTop .= "{$date}"; } $postMetaTop .= $catHtml; if ( in_array( 'tags', $items ) && $tags ) { $postMetaTop .= ""; if ( $metaIcon ) { $postMetaTop .= ""; } $postMetaTop .= "{$tags}"; } 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', $title_tag, $pID, $anchorClass, $pLink, $link_target, $title ); } $html .= sprintf( '
', esc_attr( implode( ' ', array_filter( [ $grid, $class, $isoFilter ] ) ) ), $pID ); $html .= '
'; if ( $tpg_title_position == 'above' ) { if ( ! empty( $postMetaTop ) && $metaPosition == 'above_title' ) { $html .= ""; } $html .= sprintf( '
%s
', $iTitle ); } if ( $imgSrc ) { $html .= '
'; $html .= sprintf( '%s', $pID, $anchorClass, $pLink, $link_target, $imgSrc ); $html .= '
'; } if ( ! empty( $postMetaTop ) && $metaPosition == 'above_title' && $tpg_title_position != 'above' ) { $htmlDetail .= ""; } if ( $tpg_title_position != 'above' ) { $htmlDetail .= $iTitle; } if ( ! empty( $postMetaTop ) && ( empty( $metaPosition ) || $metaPosition == 'above_excerpt' ) ) { $htmlDetail .= ""; } if ( ! empty( $postMetaMid ) ) { $htmlDetail .= ""; } if ( in_array( 'excerpt', $items ) ) { $htmlDetail .= "
{$excerpt}
"; } if ( ! empty( $postMetaTop ) && $metaPosition == 'below_excerpt' ) { $htmlDetail .= ""; } $postMetaBottom = null; if ( in_array( 'read_more', $items ) ) { $postMetaBottom .= "{$read_more_text}"; } if ( ! empty( $postMetaBottom ) ) { $htmlDetail .= ""; } if ( ! empty( $htmlDetail ) ) { $html .= "
$htmlDetail
"; } $html .= '
'; $html .= '
'; Fns::print_html( $html );