yes but inside is Php Code…
For Example:
Top Trailers
<div class="art-Post">
<div class="art-Post-body">
<div class="art-Post-inner art-article">
<h2 class="art-PostHeaderIcon-wrapper">
<span class="art-PostHeader">
</a></span>
</h2>
<?php if (have_posts()) : ?>
<?php $my_query = new WP_Query('cat=1494&showposts=6'); ?>
<?php while ($my_query->have_posts()) : $my_query->the_post(); ?>
<div class="front_trai">
<div class="fr">
<div class="trai">
<div class="covers">
<?php $homethumb = get_post_meta($post->ID,'homethumb', true); ?><a href=" <?php the_permalink() ?>" rel="bookmark" title="<?php printf(__(' %s', 'kubrick'), the_title_attribute('echo=0')); ?>"><span></span><img src="<?php bloginfo('url'); ?>/wp-content/uploads/<? echo strtolower($homethumb); ?>.jpg" width="95" height="140" alt="" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>" /></td>
</div>
</div>
<a href="<?php the_permalink()?>" rel="bookmark" title="<?php printf(__('%s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<div class="trai_link">
<?php the_title(); ?>
</div></a>
</div>
</div>
<?php endwhile; ?>
<?php if ($prev_link || $next_link): ?>
<div class="navigation">
<div class="alignleft"><?php echo $next_link; ?></div>
<div class="alignright"><?php echo $prev_link; ?></div>
</div>
<?php endif; ?>
<?php else : ?>
<h2 class="center"><?php _e('Not Found', 'kubrick'); ?></h2>
<p class="center"><?php _e('Sorry, but you are looking for something that isn’t here.', 'kubrick'); ?></p>
<?php if(function_exists('get_search_form')) get_search_form(); ?>
<?php endif; ?>
<div class="cleared"></div>
</div>
</div>
</div>
How can I ad to fornt page https://www.diviziatm.ro