<?php if (function_exists('get_mostpopular')) get_mostpopular(); ?>
Bak bu kod yerine
<div class="cerceve"><?php if (function_exists('get_mostpopular')) get_mostpopular(); ?></div>
yazacaksın okadar
Aşağıda yazılan koduda style dosyasına ekleyeceksin.
.cerceve{
border-style:solid;
border-width: 5px;
}