• Resolvido luhciano

    (@luhciano)


    Pessoal seguinte, estou fazendo um portal em wordpress.. so que estou com um problema..

    veja o meu site: http://www.braziltutoriais.com

    na home está tudo ok! puxando tudo legal no seu devido lugar, o problema é: quando clica em qual quer artigo na home ele so lista 1 artigo.. sempre o mesmo..
    so que o link está chamndo legal.. id correto e tal..

    vou coloca a page.php aqui para ver se alguem pode me ajuda.

    <?php get_header(); ?>
    <div id="feature">
                    <div id="feature-img">
                    <?php query_posts('showposts=1&cat=8');?>
                    <?php if (have_posts()): while (have_posts()) : the_post();?>
                        <div class="imgD">
                            <img src="<?php echo get_option('home');?>/<?php $key="feature";echo get_post_meta($post->ID,$key,true);?>" title="<?php the_title();?>" alt="<?php the_title();?>" width="634" height="297" />
                        </div>
                        <div class="bgTilt">
                            <h1><?php the_title();?></h1>
                            <p><a href="<?php the_Permalink()?>" title="<?php the_title();?>" alt="<?php the_title();?>"><?php the_excerpt_rereloaded(20);?></a></p>
                        </div>
                    <?php endwhile; else:?>
                    <?php endif;?>
                    </div>
                    <div id="designgrafico">
                        <img src="<?=bloginfo('template_url')?>/images/design_grafico.jpg" />
                        <div class="designFeature">
                        <?php query_posts('showposts=3&cat=3,4,5,6');?>
                        <?php if (have_posts()): while (have_posts()) : the_post();?>
                            <img src="<?php echo get_option('home');?>/<?php $key="feature";echo get_post_meta($post->ID,$key,true);?>" title="<?php the_title();?>" alt="<?php the_title();?>" style="margin:10px 5px 5px 0;" width="88" height="64" />
                            <h1><?php the_title();?></h1>
                            <div id="clear"></div>
                    <?php endwhile; else:?>
                    <?php endif;?>
                        </div>                    
    
                    </div>
    
    </div>
            <div id="content">
                <div id="conteudo-interno">
                 <?php if (have_posts()): while (have_posts()) : the_post();?>
                    <h1><?php the_title();?></h1>
                    <p><?php the_content(__('Leia mais'));?></p>
                <?php endwhile; else:?>
                 <?php endif;?>
                </div>
                <?php get_sidebar(); ?>
                <div id="clear"></div>
    
            </div>
    <?php get_footer(); ?>

    alguém pode me ajudar? e veja la no site como está! valeu.

Visualizando 3 respostas - 1 até 3 (de um total de 3)
Visualizando 3 respostas - 1 até 3 (de um total de 3)
  • O tópico ‘Problema com o page.php’ está fechado para novas respostas.