Konular Sadece Manşette Gözüküyor Ama Ana Sayfada Olması Gereken Yerde Gözükmüyor... Acaba Nerede Hata Var???
Site Adresi İçin : Tıklayınız...
Site Adresi İçin : Tıklayınız...
Malesef ki kullanmadım ama bir kaç isimde bir kaç forumda görmüştüm bu temayı. Kurulumu vardı baya uzun dikkatli okumak gerekli veya tek yapmanız gereken temanın yapımcısına sormak. ( adı Hakan Demiray'mış )Siz Daha Önceden Kullandınız mı Hocam Bu Temayı Sıze Bılgılerımı Versem Bı Yardımcı Olsanız... Cok Ugrastım Elle Kategorı Sayfa Ekledım O Yuzden Temayı Degıstırmek de Istemıyorum...???
<?php
get_header();
if (have_posts()) :
while (have_posts()) : the_post();
?>
<table border="0" cellspacing="1" width="595" id="table22" bgcolor="#D5D5D5">
<tr>
<td width="98%" bgcolor="#FFFFFF" valign="top" align="left">
<font face="Tahoma" style="font-size: 11pt; font-weight: 700" color="#98AD18"> </font><font face="Verdana" style="font-weight: 700; font-size: 12pt" color="#98AD18">
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>" class="kbaslik"><?php the_title(); ?></a>
</font>
<font color="#98AD18">
<img border="0" src="<?php bloginfo('stylesheet_directory'); ?>/images/google.gif" width="16" height="16"><br>
</font>
<img border="0" src="<?php echo get_post_meta($post->ID, 'foto', true);?>" width="100" height="100" align="left" class="konuresim" ><font color="#333333" face="Tahoma" size="2"><?php the_content(''); ?></font>
<span lang="en-us">
<font color="#333333" face="Tahoma" style="font-size: 8pt" class="ksecenek">
<a href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>">
<img border="0" src="<?php bloginfo('stylesheet_directory'); ?>/images/devam.gif" width="12" height="12" border="0">
devam?
</a> |
<img border="0" src="<?php bloginfo('stylesheet_directory'); ?>/images/yorum.png" width="16" height="16">
<?php comments_popup_link('0 yorum', '1 yorum', '% yorum)'); ?> |
<img border="0" src="<?php bloginfo('stylesheet_directory'); ?>/images/okunma.png" width="11" height="11">
<?php if(function_exists('the_views')) { the_views(); } ?> |
<img border="0" src="<?php bloginfo('stylesheet_directory'); ?>/images/tarih.gif" width="11" height="11">
<?php the_time('d F Y') ?></font></span></td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="1" id="table23">
<tr>
<td valign="top">
</td>
</tr>
</table>
<?php endwhile; ?>
<div class="sayfanumara">
<?php if(function_exists(wp_page_numbers)) { wp_page_numbers(); } ?>
</div>
<?php else : ?>
<table border="0" cellpadding="0" cellspacing="0" id="table23" width="400">
<tr>
<td valign="top" class="hata">
<h2 class="center">Hatalı Arama</h2>
<p class="center">Lütfen Arama Yönergenizi Gözden Geçirerek Tekrar Deneyiniz...</p>
</td>
</tr>
</table>
<?php endif; ?>
<?php get_sidebar(); ?>
</tr>
</table>
<?php get_footer(); ?>