'; if ( showTitle ) { if ( titleLink ) { linkIconTarget = post.link_icon_target; postLinksTarget = post.post_links_target; if ( 'yes' === linkIconTarget || 'yes' === postLinksTarget ) { linkTarget = ' target="_blank" rel="noopener noreferrer"'; } link = '' + post.title + ''; } else { link = post.title; } } if ( 'timeline' === values.layout ) { preTitleContent += '
'; preTitleContent += '
'; } blogShortcodePostTitle[ 'class' ] = 'blog-shortcode-post-title'; if ( extras.disable_date_rich_snippet_pages ) { blogShortcodePostTitle[ 'class' ] += ' entry-title'; } postTitleTag = self.getTitleTag( values, 'post' ); headerContent = preTitleContent + '<' + postTitleTag + ' ' + _.fusionGetAttributes( blogShortcodePostTitle ) + '>' + link + '' + metaData + contentSep; html += headerContent; if ( 'hide' !== values.excerpt ) { if ( post.content.has_custom_excerpt ) { content = _.fusionGetFixedContent( post.content, values.excerpt, Number.MAX_SAFE_INTEGER, stripHTML ); } else { content = _.fusionGetFixedContent( post.content, values.excerpt, values.excerpt_words, stripHTML ); } } html += '
' + content + '
'; if ( metaLink ) { if ( values.meta_read ) { readMoreWrapperClass = 'fusion-alignright'; if ( 'grid' === values.layout || 'timeline' === values.layout || 'masonry' === values.layout ) { readMoreWrapperClass = 'fusion-alignleft'; } linkIconTarget = post.link_icon_target; postLinksTarget = post.post_links_target; if ( 'yes' === linkIconTarget || 'yes' === postLinksTarget ) { readMoreLinkAttributes.target = '_blank'; readMoreLinkAttributes.rel = 'noopener noreferrer'; } readMoreLinkAttributes.href = post.permalink; readMoreContent += ''; if ( 'large-alternate' === values.layout || 'medium-alternate' === values.layout ) { readMoreContent = '
' + readMoreContent + '
'; } } } if ( metaComments ) { gridTimeLineContent = '
' + post.timeline_comments + '
'; } if ( 'grid' === values.layout || 'timeline' === values.layout || 'masonry' === values.layout ) { footerContent += '