𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /home/albatroz/public_html/wp-content/themes/flato//content-single.php
<?php
/**
* The template used for displaying post content in single.php
*
* @package Theme Meme
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class('clearfix'); ?>>
<header class="entry-header">
<!-- .entry-header --></header>
<div class="clearfix entry-content">
<?php the_content(); ?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'themememe' ),
'after' => '</div>',
) );
?>
<!-- .entry-content --></div>
<footer class="entry-meta entry-footer">
<?php edit_post_link( __( 'Edit', 'themememe' ), '<span class="edit-link"><i class="fa fa-pencil"></i>', '</span>' ); ?>
<!-- .entry-footer --></footer>
<!-- #post-<?php the_ID(); ?> --></article>