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: post-page.php
<?php if ( have_posts()) : while ( have_posts() ) : the_post(); ?> <div class="enigma_blog_full"> <?php if(has_post_thumbnail()): $defalt_arg = array('class' => "enigma_img_responsive"); ?> <div class="enigma_blog_thumb_wrapper_showcase"> <div class="enigma_blog-img"> <?php the_post_thumbnail('wl_page_thumb',$defalt_arg); ?> </div> </div> <?php endif; ?> <div class="enigma_blog_post_content"> <?php the_content( __( 'Read More' , 'enigma' ) ); ?> </div> </div> <div class="push-right"> <hr class="blog-sep header-sep"> </div> <?php comments_template( '', true ); ?> <?php endwhile; endif; ?>
Save Changes
Rename File
Rename