hocam sidebar.php dosyanda sadece bunlar mı var ?
eğer öyleyse bunu deneyin bir >>
<?php global $comfy; ?>
<div id="sidebar">
<?php if (is_page() || is_single()) : ?>
<?php if (is_page()) $tle = 'page'; else $tle = 'post'; ?>
<?php if ( function_exists('install_cu3er') ) { install_cu3er(); } ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/admin_menu.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/writer.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/info.html'; ?>
<?php endif; ?>
<?php if (is_category()) : ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/category_tabs.html'; ?>
<?php endif; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/subscription.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/300x250ads.html'; ?>
<?php if (!is_category()) : ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/ajaxtabs.html'; ?>
<?php endif; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/media.html'; ?>
<?php include TEMPLATEPATH. '/'. $comfy['widgets'] . '/widgets.html'; ?>
</div><div class="clear"></div>
Dediğiniz gibi yaptım ama olmadı pm ilede bildirdim.
Ama sadece resim deil extra olarak yazılı ve kategoriden otomatik kendi çekmesi lazım..