>
%1$s
',
et_core_esc_previously( $first_video )
);
} elseif ( ! in_array( $post_format, [ 'gallery', 'link', 'quote' ], true ) && 'on' === et_get_option( 'divi_thumbnails', 'on' ) && '' !== $thumb ) {
print_thumbnail( $thumb, $thumbnail['use_timthumb'], $alttext, $width, $height );
} elseif ( 'gallery' === $post_format ) {
et_pb_gallery_images();
}
?>
%3$s
',
esc_attr( $text_color_class ),
et_core_esc_previously( $inline_style ),
et_core_esc_previously( $audio_player )
);
}
break;
case 'quote':
printf(
'
%1$s
',
et_core_esc_previously( et_get_blockquote_in_content() ),
esc_attr( $text_color_class ),
et_core_esc_previously( $inline_style )
);
break;
case 'link':
printf(
'
',
esc_url( et_get_link_url() ),
esc_html( et_get_link_url() ),
esc_attr( $text_color_class ),
et_core_esc_previously( $inline_style )
);
break;
}
endif;
?>
'
' . esc_html__( 'Pages:', 'Divi' ),
'after' => '
',
]
);
?>
';
if ( et_get_option( 'divi_468_adsense' ) !== '' ) {
echo et_core_intentionally_unescaped( et_core_fix_unclosed_html_tags( et_get_option( 'divi_468_adsense' ) ), 'html' );
} else {
?>
 ); ?>)
';
}
/**
* Fires after the post content on single posts.
*
* @since 3.18.8
*/
do_action( 'et_after_post' );
if (
! $is_builder_enabled_custom_post_type_single &&
( comments_open() || get_comments_number() ) &&
'on' === et_get_option( 'divi_show_postcomments', 'on' )
) {
// TODO fix(D4, Comments): Revert to comments_template after WordPress core resolves Trac #61468. [https://github.com/elegantthemes/Divi/issues/28338].
et_comments_template_safe( '', true );
}
?>