File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
comments.php
customizer.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
google-font.php
header.php
home-blog.php
home-portfolio.php
home-services.php
home-slideshow.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: author.php
<?php get_header(); ?> <div class="enigma_header_breadcrum_title"> <div class="container"> <div class="row"> <?php if(have_posts()) :?> <div class="col-md-12"> <h1><?php printf( __( 'Author Archives: %s', 'enigma' ), '<span class="vcard">'. get_the_author() .'</span>' ) ; ?> </h1> </div> <?php endif; ?> <?php rewind_posts(); ?> </div> </div> </div> <div class="container"> <div class="row enigma_blog_wrapper"> <div class="col-md-8"> <?php if ( have_posts()): while ( have_posts() ): the_post(); get_template_part('post','content'); ?> <?php endwhile; endif; weblizar_navigation(); ?> </div> <?php get_sidebar(); ?> </div> </div> <?php get_footer(); ?>
Save Changes
Rename File
Rename