Merhaba arkadaşlar premium news temasını kullanmak istiyorum film sitesi için ama ana sayfadaki filmler sanki çıplak gibi gözüküyor.

Örnegin :



ve benim yapmak istedigim

http://www.yusufuyanik.com.tr/kategori/film-analizi

buna benzer birseyler adam öyle bir güzel yapmışkı eline koluna sağlık..

Buna benimm konuları gösterecegim sayfanın kodu ne türlü degişiklikler yapmalıyım vede css ye neler eklemeliyim hiç bilmiyorum..

<div class="box">

	<?php
		
		$the_query = new WP_Query('cat=-'. $GLOBALS[ex_feat] . ',-' . $GLOBALS[ex_vid] . '&showposts=' . get_option('woo_other_entries') . '&orderby=post_date&order=desc');
		
		$counter = 0; $counter2 = 0;
				
		while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID;
	?>
	
		<?php $counter++; $counter2++; ?>
				
		<div class="post <?php if ($counter == 1) { echo 'fl'; } else { echo 'fr'; $counter = 0; } ?>">
		
			<?php if ( get_post_meta($post->ID, 'image', true) ) { ?> <!-- DISPLAYS THE IMAGE URL SPECIFIED IN THE CUSTOM FIELD -->


				<a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"> 


<img src="<?php $values = get_post_custom_values("image"); echo $values[0]; ?>" width="150" height="150" /></a>			
	

				

				
			<?php } ?> 
		
			<h2><?php the_category(', ') ?></h2>
			<h3><a title="Kalıcı Bağlantı <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
			<p class="posted"><?php _e('Eklenme',woothemes); ?> <?php the_time('d F Y'); ?></p>
			<p><?php echo strip_tags(get_the_excerpt(), '<a><strong>'); ?> <br><span class="continue"><a title="<?php _e('Kalıcı Bağlantı',woothemes); ?> <?php the_title(); ?>" href="<?php the_permalink() ?>"><?php _e('Devamını Okuyun...',woothemes); ?></a></span></p>
			<p class="comments"><?php comments_popup_link(__('Yorum (0)',woothemes), __('Yorum (1)',woothemes), __('Yorum (%)',woothemes)); ?></p>
			





		</div><!--/post-->
		
		<?php if ( !($counter2 == get_option('woo_other_entries')) && ($counter == 0) ) { echo '<div class="hl-full"></div>'; ?> <div style="clear:both;"></div> <?php } ?>
	
	<?php endwhile; ?>
	
	<div class="fix" style="height:20px"></div>
		
	<p class="ar hl3"><a href="<?php echo get_option('woo_archives'); ?>" class="more"><?php _e('Arşivdeki Diger Filmler',woothemes); ?></a></p>
	
</div><!--/box-->