Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/eihu.edu.uy/wp-content/themes/jupiter/views/templates/
Upload File :
Current File : /home/escuelai/public_html/eihu.edu.uy/wp-content/themes/jupiter/views/templates/wp-archive.php

<?php
global $mk_options;

// Set the post type to 'post' when user is in the blog home page or date related archive page
$post_type = ( is_home() || is_date() ) ? 'post' : 'any';

if ( empty( $mk_options['archive_loop_style'] ) ) {
	$mk_options['archive_loop_style'] = 'modern';
}

if(shortcode_exists('mk_blog')) {
		echo do_shortcode('
								[mk_blog
									post_type = 			"' . $post_type . '"
									style =					"' . $mk_options['archive_loop_style'] . '"
									grid_image_height =		"' . $mk_options['archive_blog_image_height'] . '"
									disable_meta = 			"' . $mk_options['archive_blog_meta'] . '"
									pagination_style = 		"' . $mk_options['archive_pagination_style'] . '"
								]'
						);
} else {
	mk_the_default_loop();
}

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