Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/02/2015, 09:11
Avatar de chichote
chichote
Colaborador
 
Fecha de Ingreso: diciembre-2004
Ubicación: Santiago - Chile
Mensajes: 1.868
Antigüedad: 19 años, 4 meses
Puntos: 145
Respuesta: Entradas ordenadas

No lo he probado, no se si te funcione a la primera o tenga errores de sintaxis, pero por ahí va

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

    <section id="primary" class="content-area eleven columns">
        

        <h4 class="arc-post-title">Productos: <?php single_cat_title(); ?></h1>
        <div class="content-ver-sep"> </div>
 
            <?php if ( $custom_query = new WP_Query('orderby=title') ) : ?>            

            <?php /* Start the Loop */ ?>
            <?php while($custom_query->have_posts()) : $custom_query->the_post(); ?>
                
            <div class="cajadatos">                
                <h6 class="post-title">
                <a href="<?php the_permalink(); ?>">
                <?php the_title();?></a>
                </h6>                
                                
                <div align="center" class="efecto">
                    <a href="<?php the_permalink() ?>">        
                        <?php the_post_thumbnail('thumbnail'); ?>
                    </a>
                        <?php the_excerpt(); ?>                
                </div>                
                <div class="clear"> </div>                         
            </div>            

            <?php endwhile; ?>
            <div align="center">    
                <?php wp_pagenavi(); ?>
            </div>
            <br>
            <?php else : ?>
            <?php get_template_part'content''none' ); ?>
            <?php endif; ?>    
    </section><!-- #primary -->

<?php get_sidebar(); ?>
<?php get_footer
(); ?>
Saludos.
__________________
http://chicho.ninja yiaaaa