Ver Mensaje Individual
  #15 (permalink)  
Antiguo 13/10/2009, 11:30
mick8520
 
Fecha de Ingreso: octubre-2009
Mensajes: 12
Antigüedad: 14 años, 7 meses
Puntos: 0
Respuesta: una pequeña ayudadita

que tal compañero, pues mira tanto darle vuelta a esto mejor hice lo siguiente borre el WP y BD todo e instale el WP 2.6 me baje el pagenavi 2.3

Anexe el codigo que me dijiste para los Post
Código PHP:
<div id="content" class="narrowcolumn" role="main"> 
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1;  
$my_query = new WP_Query('showposts=6&paged=$page'); 
$wp_query $my_query
query_posts("showposts=6&paged=$page");?> 
<?php if (have_posts()) : ?> 
     <?php while (have_posts()) : the_post();?> 
            <div <?php post_class() ?> id="post-<?php the_ID(); ?>">      
                 <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> 
                <?php the_title(); ?> 
                  </a></h2> 
                  <p><small> 
                             <?php the_time('F jS, Y'?>  
                     <!-- by <?php the_author() ?> --> 
                </small>                </p> 
           <div class="entry"> 
                    <?php the_content('Read the rest of this entry &raquo;'); ?> 
              </div> 
       <p class="postmetadata"><?php the_tags('Tags: '', ''<br />'); ?></p> 
            </div>        
<?php endwhile; ?>  
</div>
y este es para que funcione el PageNavi
Código PHP:
<div class="navigation"> 
<?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?> 
</div>
y ahora va de maravilla funcionando

gracias compañero de verdad

ahora solo falta algo, claro no se si me pudieras ayudar es con el Top de temas recientes en el foro pero de antemano te agradesco tus respuesta que fueron correctas pero al parecer lo que fallo fue la version bueno esa es mi opinion no soy un experto asi que es una opinion mas no aseguro exactamente que sea ese el problema, pero gracias por la respuestas...