File: /home/www/web115/wordpress/wp-content/themes/nt-landium/post-format/content.php
<?php
/**
* The default template for displaying content
*
* Used for both single and index/archive/search.
*
* @package WordPress
* @subpackage nt_landium
* @since nt_landium 1.0
*/
wp_enqueue_style( 'nt-landium-custom-flexslider');
wp_enqueue_script( 'nt-landium-custom-flexslider');
wp_enqueue_script( 'fitvids');
wp_enqueue_script( 'nt-landium-blog-settings');
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ) : ?>
<div class="article-img">
<?php the_post_thumbnail( 'full' ); ?>
</div>
<?php endif; ?>
<?php nt_landium_all_post_content(); ?>
</article>