arkadaşlar cıkan hata
Fatal error: Call to undefined function goto_previous_post() in /home/gozdeoto/public_html/wp-content/themes/Tropic_Affair/single.php on line 38
anasayfada normal sıkıntı yok fakat
http://www.gozdeotokiralama.com/?p=1 uzantıda arkaplan gorunmuyor
wordpress kod hatası bakarmısınız ?
5
●373
- 24-04-2010, 19:00:47gdi adlı üyeden alıntı: mesajı görüntüle
<?php get_header(); ?>
<!-- container start -->
<div id="container">
<?php get_sidebars(); ?>
<!-- content start -->
<div id="content">
<?php if(have_posts()) : ?>
<?php while(have_posts()) : the_post(); ?>
<div class="post">
<h2><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="entry quotable">
<?php the_content(); ?>
<div class="endline"></div>
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
<?php the_tags('<p class="tags"><strong>Tags:</strong> ', ', ', '</p>'); ?>
<?php
if (function_exists('wp_list_comments')) {
comments_template('/comments.php', true);
}
else {
comments_template('/comments-old.php');
}
?>
</div>
</div>
<?php endwhile; ?>
<div class="endline"></div>
<div class="quickjump">
<div class="postjumper"><?php goto_previous_post('%link') ?></div>
<div class="postjumper"><?php goto_next_post('%link') ?></div>
</div>
<?php else : ?>
<div class="notfound"><p>Post Not Found!</p><p>Please try again.</p></div>
<div class="endline"></div>
<?php endif; ?>
</div>
<!-- content end -->
<div class="endline"></div>
</div>
<!-- container end -->
<?php get_footer(); ?>
dostum kod bu - 24-04-2010, 19:08:07Üyeliği durduruldu<div class="quickjump">
<div class="postjumper"><?php goto_previous_post('%link') ?></div>
<div class="postjumper"><?php goto_next_post('%link') ?></div>
</div>
yukaridaki kodu kaldirin hocam.
hata verme sebebi o yazi ilk oldugu icin ondan oncesi yok ondan veriyor