Merhabalar, TrendWP'nin TrendMini temasını kullanıyorum.
Benim istediğim Anasayfa'dan Manşet'i kaldırmak lakin kodlar ile pek aram iyi değil.
Bu konuda bana yardımcı olabilecek birisi var mı acaba?
Aşağıda kodları versem ve düzenleyip mesajına ekleyebilir misiniz?

Site: www.muhabbetkusu.biz

İndex.php 'deki kodlarım;


{
echo'


';
?>
wp_reset_query();
query_posts('showposts=5&cat='.get_cat_id(fs_get_option('fs_manset')).'');
while ( have_posts() ) : the_post();
?>

the_post_thumbnail( 'resim1', array('class' => '', 'style' => '', 'alt' => '', 'title' => '' ));
elseif (get_post_meta($post->ID, $fs_resimozelalan, true) != '') : ?><?php the_title(); ?><?php the_title(); ?>




endwhile;
echo'


';
}
?>
$fs_resimozelalan = fs_get_option('fs_resimozelalan');
if($fs_resimozelalan =='') :
$fs_resimozelalan = "resim";
endif;
?>
wp_reset_query();
$post = $posts[0]; // Hack. $post değişkenini ata ki the_date() çalışsın. ?>

"" kategorisindeki yazıları incelemektesiniz.



olarak etiketlenmiş yazılar



için Arşiv



için Arşiv



için Arşiv



Yazar Arşivi



Blog Arşivi



wp_reset_query();
if ( have_posts() ) :
while ( have_posts() ) : the_post(); ?>


the_post_thumbnail( 'resim1', array('class' => '', 'style' => '', 'alt' => '', 'title' => '' ));
elseif (get_post_meta($post->ID, $fs_resimozelalan, true) != '') : ?><?php the_title(); ?><?php the_title(); ?>











  • cat_name; ?>



  • Okunma



Devamı...



Yazı yok

include(TEMPLATEPATH . '/wp-pagenavi.php');
if (function_exists('wp_pagenavi')) { wp_pagenavi(); }
?>