get_bool( 'post.fancy_date.enabled' ) ) { $post_classes[] = presscore_blog_fancy_date_class(); } ?>
> '; the_content(); wp_link_pages( array( 'before' => '', ) ); echo ''; // Post meta. $post_meta = presscore_get_single_posted_on(); if ( $config->get( 'post.meta.fields.tags' ) ) { $post_meta .= presscore_get_post_tags_html(); } if ( $post_meta ) { echo '
' . $post_meta . '
'; } the7_display_post_share_buttons( 'post' ); if ( $config->get( 'post.author_block' ) ) { presscore_display_post_author(); } echo presscore_new_post_navigation(); presscore_display_related_posts(); do_action( 'presscore_after_post_content' ); ?>