ot_plugins/theme-functions.php dosyasında bu bölüm var. News yazan yeri resim yaptım yine olmadı.
<div class="news-feature">
					<div class="title"><a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><?php ot_title_limit('53') ?></a></div>
						<a title="<?php the_title(); ?>" href="<?php the_permalink() ?>"><img border="0" src="<?php echo get_post_meta($RA2BB444ED417E501F0CE26C312FDF8CF, "News", true); ?>" /></a>
					<div class="featureinfo">
						<?php          ot_content_limit(160);         ?>
					</div>
</div>
Ayrıca şöyle bir bölüm daha vari oradaki Feature'yi de değiştirdim, o şekilde de olmadı.

<div class="headline-img"><a href="<?php the_permalink() ?>"><img alt="<?php the_title() ?>" src="<?php global $post; echo get_post_meta($post->ID, "Feature", true); ?>" /></a></div>