Foros del Web » Creando para Internet » Sistemas de gestión de contenidos » WordPress »

Problemas con Page-Navi

Estas en el tema de Problemas con Page-Navi en el foro de WordPress en Foros del Web. Estimados, estoy creando un blog http://stockindesign.com/ Tengo problemas con el Page-Navi pues no sale...lo intenté poner en el footer y no me sale tampoco index.php ...
  #1 (permalink)  
Antiguo 07/08/2010, 14:52
Avatar de eragas  
Fecha de Ingreso: enero-2009
Mensajes: 417
Antigüedad: 15 años, 3 meses
Puntos: 43
Problemas con Page-Navi

Estimados, estoy creando un blog

http://stockindesign.com/

Tengo problemas con el Page-Navi pues no sale...lo intenté poner en el footer y no me sale tampoco

index.php
Código PHP:
<?php get_header(); ?>

    <?php if (have_posts()) : ?>

        <?php while (have_posts()) : the_post(); ?>
                             
            <div class="box post" id="post-<?php the_ID(); ?>">
                <div class="content">
                    <?php $postimageurl get_post_meta($post->ID'post-img'true); if ($postimageurl) { ?>
                    <div class="pic fl">
                      <a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php echo $postimageurl?>" alt="Post Pic" width="200" height="200" /></a>
                    </div>
                    <?php ?>
                    <div class="post-title">
                        <h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                    </div>
                    <!--/post-title -->
                    <div class="post-date"><em>On <?php the_time('m.d.y'); ?>, In <?php the_category(', '?>, by <?php the_author_posts_link(); ?></em></div>
                    <div class="post-excerpt"><?php the_excerpt(); ?></div>
                    <!--/post-excerpt -->
                </div>
                <!--/content -->
                <div class="hl"></div>
                <div class="social-links">
                    <div class="fl">
                        <span><?php comments_number(01'%'); ?></span>
                        <a href="<?php the_permalink(); ?>#comments" title="View Comments">Comments</a>
                    </div>
                    <div class="fr"><span><a href="<?php the_permalink(); ?>#respond" title="Leave Your Response">Leave Your Response</a></span></div>
                    <br class="fix" />
                </div>
                <!--/social-links -->
            </div>
            <!--/box -->

        <?php endwhile; ?>
        
        <?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); } ?>  
        
        <?php /*
        <ul>
            <li><?php next_posts_link('&laquo; Older Entries') ?></li>
            <li><?php previous_posts_link('Newer Entries &raquo;') ?></li>
        </ul>
        */ 
?>
        
    <?php else : ?>

        <div class="box post">
          <div class="content">
            <div class="post-title">
              <h1>No Posts Were Found</h1>
            </div>
          </div>
        </div>

    <?php endif; ?>

<?php get_sidebar(); ?>
<noscript><a href="http://www.free-premium-wordpress-themes.com">premium wordpress themes</a></noscript>
<?php get_footer(); ?>
footer.php
Código PHP:
</div>
    <!--/columns -->
</div>
<!--/page -->
<div id="page-bot">
    <div id="footer">
    <?php wp_pagenavi(); ?>
        <div class="fl">Copyright &copy; <?php echo date("Y"); ?> &middot; <?php bloginfo('name'); ?> &middot; All rights reserved</div>
        <div class="fr">Powered by <a href="http://www.free-premium-wordpress-themes.com">Free Premium Wordpress Themes</a></div>
    </div>
    <!--/footer -->
</div>
<!--/page-bot -->
<?php wp_footer(); ?>
</body>
</html>
Si alguien me puede ayudar sería genial

Incluso podría poner su banner en mi nuevo sitio con gusto y agradecimiento.

Saludos,

Etiquetas: Ninguno
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 13:21.