if (have_posts()) {
if (is_home() && !is_front_page()) { ?>
-
mh_magazine_lite_loop_layout();
mh_magazine_lite_pagination();
} else {
get_template_part('content', 'none');
} ?>
mh_before_page_content();
if (have_posts()) {
if (is_home() && !is_front_page()) { ?>
-
}
mh_magazine_lite_loop_layout();
mh_magazine_lite_pagination();
} else {
get_template_part('content', 'none');
} ?>
$args = array(
'post_type' => 'post',
'order' =>'DESC',
'posts_per_page' => 10,
);
query_posts($args);
?>
mh_before_page_content();
if (have_posts()) {
if (is_home() && !is_front_page()) { ?>
$categories = get_the_category();
$count = count($categories);
$cat_id = $categories[0]->term_id;
foreach ( $categories as $i => $category ) {
echo '' . esc_html( $category->name ).'';
if ( $i < $count - 1 )
echo $separator;
}
?>
-
}
mh_magazine_lite_loop_layout();
mh_magazine_lite_pagination();
} else {
get_template_part('content', 'none');
} ?>