%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/www2]/old/wp-content/themes/inspiry-medicalpress/
Upload File :
Create Path :
Current File : /home/vacivi36/www2]/old/wp-content/themes/inspiry-medicalpress/loop.php

<?php
/* Main loop */
if (have_posts()) :
    while (have_posts()) :
        the_post();

        $current_post_type = get_post_type($post->ID);
        if ($current_post_type == 'post') {
            get_template_part("template-parts/blog-post");
        } else {
            /* to display other post types */
            get_template_part("template-parts/common-excerpt");
        }

    endwhile;
    global $wp_query;
    inspiry_pagination($wp_query);
else :
    nothing_found(__('No Post Found!', 'framework'));
endif;
?>

Zerion Mini Shell 1.0