Thread Starter
panob
(@panob)
Mário,
Já experimentei a colocar essa chamada à função wp_reset_query();, mas não faz efeito.. envio aqui o codigo do ficheiro page.php a ver se se faz alguma luz:
(obrigado pela atenção)
<?php get_header(); ?>
<div id="main">
<?php if (have_posts()) :
while (have_posts()) :
the_post();
?>
<h1 class="entry-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h1>
<div class="post-meta"><?php edit_post_link( __('Edit this post', 'wpzoom'), ' ', ''); ?></div>
<div class="entry"><?php the_content(); ?></div>
<div class="clear"></div>
<?php wp_link_pages('before=<div class="nextpage">Páginas: &after=</div>'); ?>
</div> <!-- /#main -->
<?php get_sidebar(); ?>
<?php
endwhile;
endif;
wp_reset_query();
get_footer();
?>
Thread Starter
panob
(@panob)
Obrigado Mario pela ajuda.. vou averiguar 🙂
Thread Starter
panob
(@panob)
É só mesmo nas páginas.. aqui vai o dominio: noticias-mmn.com
Thread Starter
panob
(@panob)
Obrigado pela resposta.
Infelizmente não.. já editei o ficheiro page.php e está tudo conforme o original