realmente voce tem que analisar que funcoes que quer no single
se quiserdes posso fazer para voce.
Eu não sei bem como pôr o “conteúdo”
<?php get_header(); ?>
<div id="container">
<?php include(TEMPLATEPATH."/top_banner.php");?>
<!--AQUI SERIA O CONTEUDO PADRÃO DO SINGLE-->
<?php include(TEMPLATEPATH."/sidebar_right.php");?>
</div>
<?php get_footer(); ?>
exemplo
Na página acima você vê a estrutura em três colunas e um banner encima (top_banner), quando você clica em algum post vai aparecer apenas a sidebar direita, e eu gostaria que a area do top banner aparecece também.
Acho que consegui ser clara, não sou muito boa em me expressar rsrs
Obrigada pela atenção
então, não sei o que vai no single.php 🙁
<?php get_header();?>
<div id=”single”>
<?php if (have_posts()): while (have_posts()) : the_post();?>
<span class=”titulo”><?php the_title();?></span>
“><img src=”<?php echo get_settings(‘home’); ?>/<?php $key=”foto”;echo get_post_meta($post->ID,$key,true);?>” alt=”<?php the_title();?>” width=”790″ height=”580″ border=”0″ />
<?php the_content();?>
<span class=”tagsingle”><?php if (function_exists(‘the_tags’))the_tags();?></span>
<span class=”comentarios”><?php comments_template(); ?></span>
<?php endwhile; else:?>
<?php endif;?>
</div><!–single–>
<?php get_footer();?>
Aee… Certinho.. agora só vou arrumando pra ficar como eu quero..
Muitííssimoo Obrigaada!!
😀