Sindbad~EG File Manager
<?php get_header(); ?>
<header class="header clear">
<?php get_template_part('components/item', 'head-menu'); ?>
</header>
<main role="main">
<?php get_template_part('components/item', 'head-page'); ?>
<div class="container my-4">
<div class="row">
<div class="col-md-8">
<?php if (have_posts()): while (have_posts()) : the_post(); ?>
<article class="panel" id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_content(); ?>
<?php edit_post_link("Editar"); ?>
</article>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
</section>
</main>
<?php get_footer(); ?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists