Geçenlerde yeni bir ev sahibi benim wordpress taşındı ve ben ana sayfada aşağıdaki hatayı alıyorum:
Not Found
Sorry, but you are looking for something that isn't here.
(Index.php) gelen kodu:
<?php if (have_posts()) : while(have_posts()) : the_post(); ?>
...
<?php endwhile; 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; ?>
Herhangi bir mesaj göstermek için bulmuyor neden anlamıyorum?
Gerçekten herhangi bir yardım takdir ediyorum. Çok teşekkürler!