Sindbad~EG File Manager

Current Path : /home/bintopia/.trash/wp-content/themes/evolve/
Upload File :
Current File : /home/bintopia/.trash/wp-content/themes/evolve/index.php

<?php

/*
    Main Index To Display Content
    ======================================= */

/*
    Header Area
    --------------------------------------- */

get_header();

/*
	Before Content Area

	---------------------------------------
	Hooked: evolve_primary_container_open() - 10
	--------------------------------------- */

do_action( 'evolve_before_content_area' );

/*
	Before Post Title

	---------------------------------------
	Hooked: evolve_breadcrumbs() - 10
			evolve_blog_title() - 15
	--------------------------------------- */

do_action( 'evolve_before_post_title' );

if ( ! post_password_required( evolve_get_post_id() ) ) {

	if ( have_posts() ) :

		/*
			Before Posts Loop

			---------------------------------------
			Hooked: evolve_pagination_before() - 10
					evolve_posts_loop_open() - 20
			--------------------------------------- */

		do_action( 'evolve_before_posts_loop' );

		while ( have_posts() ) :
			the_post();
			get_template_part( 'template-parts/post/content', 'post' );
		endwhile;

		/*
			After Posts Loop

			---------------------------------------
			Hooked: evolve_posts_loop_close() - 10
					evolve_pagination_after() - 20
			--------------------------------------- */

		do_action( 'evolve_after_posts_loop' );

	else :

		get_template_part( 'template-parts/post/content', 'none' );

	endif;

} else {
	echo get_the_password_form( evolve_get_post_id() );
}

/*
   	After Content Area

	---------------------------------------
	Hooked: evolve_primary_container_close() - 10
	--------------------------------------- */

do_action( 'evolve_after_content_area' );

/*
    Sidebars

	---------------------------------------
	Hooked: evolve_sidebars() - 10
	--------------------------------------- */

do_action( 'evolve_sidebars_area' );

/*
	Footer Area
	--------------------------------------- */

get_footer();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists