Boas pessoal
Tou a criar uma pagina usando o wordpress mas ta dificil xD
Ontem reparei que ao vermos os comentarios de um post aparece um erro e nao sei o que fazer o site é
www.dexter.surge8.com o erro que me aparece é
Fatal error: Call to undefined function the_tags() in /www/surge8.com/d/e/x/dexter/htdocs/wp-content/themes/StudioPress_Orange/single.php on line 20
Fui a pagina single.php mas nao sei o que fazer para por a funcionar direito os comentarios ate o template ficou todo desconfigurado na parte dos comentarios.
O que apareca na pagina single.php é:
<?php get_header(); ?>
<div id="contentwrapper"><div id="content">
<div class="adsense_top"><?php include (TEMPLATEPATH . '/adsense_top.php'); ?></div>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post">
<h2 class="postTitle"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<div class="postMeta">
<span class="date"><?php the_time('M.d, Y') ?></span> in
<span class="filed"><?php the_category(', '); ?></span>
</div>
<div class="postContent"><?php the_content('(Read the rest of this entry...)'); ?></div>
<div class="postTags"><?php the_tags('Tags: ', ', ', ''); ?></div>
<p class="comments"><?php comments_popup_link('Leave a Comment', 'Comments (1)', 'Comments (%)'); ?></p>
</div> <!-- Closes Post -->
<div class="comment">
<?php comments_template(); ?>
</div> <!-- Closes Comments -->
<?php endwhile; ?>
<?php else : ?>
<div class="post">
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
</div> <!-- Closes Post -->
<?php endif; ?>
</div></div> <!-- Closes Content -->
<?php get_sidebar(); ?>
<div class="cleared"></div>
</div> <!-- Closes Main -->
<div class="bottomcurvewhite"></div>
<?php get_footer(); ?>
Espero uma resposta da comunidade
hasta xD