File "content-data.php"

Full Path: /home/u109295205/domains/ala-tv.com/public_html/wp-content/themes/newsair/sections/content-data.php
File size: 1000 bytes
MIME-type: text/html
Charset: utf-8


<?php $blog_layout = get_theme_mod('blog_layout','default');  
    $newsair_global_category_enable = get_theme_mod('newsair_global_category_enable','true'); 
    $newsair_readmore_excerpt=get_theme_mod('newsair_blog_content','excerpt');?>
<div id="post-<?php the_ID(); ?>" <?php post_class('bs-blog-post list-blog'); ?>>
    <?php
        $url = newsair_get_freatured_image_url($post->ID, 'newsair-medium');
        newsair_post_image_display_type($post); 
        ?>
    <article class="small col">
        <?php if($newsair_global_category_enable == 'true') { newsair_post_categories(); } ?>
        <h4 class="title"><a href="<?php the_permalink();?>"><?php the_title();?></a></h4>
        <?php newsair_post_meta(); ?>
        <?php newsair_posted_content(); ?>
        <?php if ($newsair_readmore_excerpt=="excerpt") { ?>
            <a href="<?php the_permalink();?>" class="more-link"><?php esc_html_e('Read More', 'newsair'); ?></a>
        <?php } ?>
    </article>
</div>