File Editor
Directories:
.. (Back)
core
css
images
js
Files:
404.php
archive.php
author.php
category.php
changelog.txt
class-tgm-plugin-activation.php
comments.php
customizer.php
footer.php
front-page.php
functions.php
google-font.php
guardian-default-settings.php
header.php
index.php
loop.php
page-fullwidth.php
page.php
post-content.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
weblizar-breadcrumbs.php
woocommerce.php
Create New File
Create
Edit File: author.php
<?php get_header(); ?> <div class="page_title2"> <div class="container"> <div class="col-md-12 two_third"> <div class="title"> <h1><?php printf( __( 'Author Archives: %s','guardian'), '<span class="vcard">'. get_the_author() .'</span>' ) ; ?> </h1> </div> <?php weblizar_breadcrumbs(); ?> </div> </div> </div><!-- end page title --> <div class="clearfix"></div> <div class="container"> <div class="col-md-9 content_left"> <?php if ( have_posts()): while ( have_posts() ): the_post(); get_template_part('loop'); ?> <?php endwhile; endif; weblizar_navigation(); ?> <div class="clearfix divider_dashed9"></div> </div> <?php get_sidebar(); ?> </div> <?php get_footer(); ?>
Save Changes
Rename File
Rename