File "content.php"
Full Path: /home/u109295205/domains/ala-tv.com/public_html/wp-content/themes/newsair/template-parts/content.php
File size: 274 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* The template for displaying the content.
* @package Newsair
*/
?>
<div class="blog-list">
<?php
while(have_posts()){ the_post(); ?>
<?php get_template_part('sections/content','data'); ?>
<?php } newsair_page_pagination(); ?>
</div>