<?php get_header(); ?>
<!-- Start IG -->
<div>
<?php include('adsense_left.php'); ?>
</div>
<table cellpadding="0" cellspacing="0"><tr>
<td style="background-color:#FFFFFF">
<!-- Break -->
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php include (TEMPLATEPATH . "/searchform.php"); ?>
<?php endif; ?>
<!-- End Break -->
</td>
</tr></table>
<td style="margin-top:20px;"><?php get_sidebar(); ?></td>
<!-- End IG -->
<?php get_footer(); ?> Wordpress haber, spor, haber videoları botu
86
●7.382
- 08-06-2010, 12:41:45Üyeliği durdurulduAna index bu neresine kod eklemem gerekiyor her yeri denedim ama hala ekleyin diyor
- 10-06-2010, 08:49:11Warning: curl_setopt() [function.curl-setopt]: Unable to access cook.txt in /home/boxsound/public_html/wp-content/plugins/wphaber/settings.php on line 17
Haberler veritabanına kaydediliyor yazarken bu hatayla beraberdöngü devam ediyor.Ayrıca manuel ekleme kısmından ekleme yapmak istiyorum orda konu falan görünmüyor tüm haberler eklenmiştir yeni tarama yapın yazıyor. - 10-06-2010, 15:04:591. verdiği hata klasörde yazma hakkı olmadığı için, onun pek bir önemi yok.futli adlı üyeden alıntı: mesajı görüntüle
Tüm haberleri eklediği için manuel ekleme yapamazsın. Yeniden haber tarayarak, otomatik ekleme yapmadan manuel ekleme yapabilirsin.Alıntı