File Editor
Directories:
.. (Back)
css
header-templates
images
inc
js
plugins
templates
woocommerce
Files:
404.php
ChangeLog.txt
archive.php
comments.php
content-article.php
content-blog-aside-image.php
content-grid.php
content-home.php
content-none.php
content-page.php
content-single.php
content.php
editor-style.css
footer.php
functions.php
header.php
index.php
page.php
peony-global.php
readme.txt
search.php
searchform.php
sidebar-archiveleft.php
sidebar-archiveright.php
sidebar-notfoundleft.php
sidebar-notfoundright.php
sidebar-pageleft.php
sidebar-pageright.php
sidebar-postleft.php
sidebar-postright.php
sidebar-searchleft.php
sidebar-searchright.php
sidebar.php
single.php
style.css
template-fullwidth.php
woocommerce.php
Create New File
Create
Edit File: content-page.php
<article id="page-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( has_post_thumbnail() ) : ?> <div class="feature-img-box"> <div class="img-box figcaption-middle text-center from-top fade-in"> <?php the_post_thumbnail(); ?> <div class="img-overlay"> <div class="img-overlay-container"> <div class="img-overlay-content"> <i class="fa fa-plus"></i> </div> </div> </div> </div> </div> <?php endif;?> <div class="entry-content"> <?php the_content(); ?> <?php $args = array( 'before' => '<p>' . __( 'Pages:', 'peony' ), 'after' => '</p>', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __( 'Next page', 'peony' ), 'previouspagelink' => __( 'Previous page', 'peony' ), 'pagelink' => '%', 'echo' => 1 ); wp_link_pages( $args ); ?> <div class="comments-area text-left"> <?php if ( comments_open() ) : comments_template(); endif; ?> </div> <!--Comments End--> </div> <!-- .entry-content --> </article> <!-- #post-## -->
Save Changes
Rename File
Rename