pagebar-pagenavi eklentilerini ne yaptıysam bu temada calıstıramadım

Msn Sürümleri, Msn Forumu, Yeni msn alma, Msn Güncelleme Hatası, Msn Blog, wordpress seo yapma

Bu linklerin hepsini Denedim anlatulanları yaptım olmuyor:

Wordpress sonraki sayfa yerine 1-2-3-4 gibi sıralama | Domatessuyu.com

Wp Sayfa Sıralama Eklentisi (pagenavi) Blog Tema ve Eklenti

gibi bir cok denedım olmadı

Tam olarak Sitemde Yapmak İstediğim Şey Resimkeri eklentiler:







Bu eklentileri Bu Sitede Çalıştırabilirmiyim?
Msn Sürümleri, Msn Forumu, Yeni msn alma, Msn Güncelleme Hatası, Msn Blog, wordpress seo yapma

İndex.php içeriği:

<?php get_header(); ?>

<div id="content">

	<div id="contentleft">
	
		<div class="postarea">
		
		<?php include(TEMPLATEPATH."/breadcrumb.php");?>
			
			<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
			<h1><?php the_title(); ?></h1>
			
			<div class="date">
			
				<div class="dateleft">
					<p><span class="time"><?php the_time('d F Y'); ?></span> Yazan <?php the_author_posts_link(); ?> &nbsp;<?php edit_post_link('(Duzenle)', '', ''); ?> <br /> Kategori <?php the_category(', ') ?></p> 
				</div>
				
				<div class="dateright">
					<p><span class="comment"><a href="<?php the_permalink() ?>#respond">Yorum yapin</a></span></p> 
				</div>
				
			</div>

			<?php the_content(__('DEVAMİ İCİN TİKLAYİNİZ'));?><div style="clear:both;"></div>
			
			<div class="postmeta">
				<p><span class="tags">Etiketler: <?php the_tags('') ?></span></p>
			</div>
<center> <script>function fbs_click() {u=location.href;t=document.title;window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;}</script><style> html .fb_share_link { padding:2px 0 0 20px; height:16px; background:url(http://b.static.ak.fbcdn.net/images/share/facebook_share_icon.gif?8:26981) no-repeat top left; }</style><a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank" class="fb_share_link">Facebook'ta Paylas</a></center><br>

		 			
			<!--
			<?php trackback_rdf(); ?>
			-->
			
			<?php endwhile; else: ?>
			
			<p><?php _e('Üzgünüm aradığınız şey burada değil.'); ?></p><?php endif; ?>
			
		</div>
		
		<div class="adsense-post">
		
			<!--<!--WP Yonetim Panelinde Tasarim ->
			
			<center><?php $adsense_468 = get_option('revchurch_adsense_468'); echo stripslashes($adsense_468); ?>
			</center>			
		</div>
			
		<div class="comments">
	
			<h4>Yorumlar</h4>
			<?php comments_template(); // Get wp-comments.php template ?>
			
		</div>
		
	</div>
	
<?php include(TEMPLATEPATH."/sidebar.php");?>
		
</div>

<!-- The main column ends  -->

<?php get_footer(); ?>