Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Duilio Gomes Pereira

[Resolvido] A single.php não aparece. O que pode ser?

Recommended Posts

Ol Pessoal. Eu coloquei este codigo aqui no arquivo single.php . Setei as li´s certinho para chamar a single, mas não aparece os posts e nem a single. olha código abaixo:

 

`<?php get_header();?>

<div id="single">

<?php if (have_posts()): while (have_posts()) : the_post();?>

 

<span class="titulo"><?php the_title();?></span>

 

<?php the_content();?>

 

<?php endwhile; else:?>

<?php endif;?>

</div><!--single-->

<?php get_footer();?>`

Na page.php eu fiz a mesma coisa e funcionou. O que pode ser?

Compartilhar este post


Link para o post
Compartilhar em outros sites

E ai meu amigo

 

Parece que tem um acento atrapalhando. Vou colocar de vermelho em baixo

 

`<?php get_header();?>

 

<?php get_footer();?>`

 

Valeu

at++

 

Esse post ficou duplicado

 

Já respondi no outro

Compartilhar este post


Link para o post
Compartilhar em outros sites

criei um tema em wp, mas estou tendo um problema... com as postagens... criei o single.php e page.php, mas elas nao mostram os conteudo ao clicarmos nas materias que estaum cadastradas... vou postar o codigo que eu usei...

 


<?php get_header();?>



<?php get_sidebar();?>


<!-- AQUI COMEÇA O CONTEUDO-->
<div class="art-layout-cell art-content clearfix"><article class="art-post art-article">



<div class="art-postcontent art-postcontent-0 clearfix">
<div class="art-content-layout">
<div id="conteudo">

<div id="page">

<?php if (have_posts()): while (have_posts()) : the_post();?>


<span class="titulo"><?php the_title();?></span>

<?php the_content();?>

<span class="tags"><?php if (function_exists('the_tags'))the_tags();?></span>

<?php endwhile; else:?>
<?php endif;?>
</div><!--FECHA DIV PAGE-->

</div><!-- FECHA BLOCO CONTEUDO-->
</div>
</article>
</div>
</div><!-- FECHA O CONTEUDO-->
</div>
</div>
</div>

<?php get_footer();?>
<!-- AQUI VAI O FOOTER-->

 

o que pode estar errado?

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.