Sindbad~EG File Manager
<?php
/**
* Quickscrum by NiceThemes.
*
* The template used for displaying page content.
*
* @package Quickscrum
* @author NiceThemes <hello@nicethemes.com>
* @license GPL-2.0+
* @link http://nicethemes.com/product/Quickscrum
* @copyright 2020 NiceThemes
* @since 1.0.0
*/
// If this file is called directly, abort.
if ( ! defined( 'WPINC' ) ) {
die;
}
?>
<!-- BEGIN .post -->
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
/**
* @hook nice_before_single_post
*
* Hook here to add HTML elements before the contents of the page
* are displayed.
*
* @since 2.0
*
* Hooked here:
* @see nice_post_content_title() - 10
*/
do_action( 'nice_before_single_post' );
?>
<div class="entry clearfix">
<?php
/**
* Display the contents of the current page.
*
* @since 1.0.0
*/
the_content();
?>
<?php wp_link_pages( [ 'before' => '<div class="page-link">' . __( 'Pages:', 'nicethemes' ), 'after' => '</div>' ] ); ?>
</div>
<?php
/**
* @hook nice_after_single_post
*
* Hook here to add HTML elements after the contents of the page are
* displayed.
*
* @since 2.0
*/
do_action( 'nice_after_single_post' );
?>
</article>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists