Ver Mensaje Individual
  #3 (permalink)  
Antiguo 21/05/2011, 21:32
nfa1218
 
Fecha de Ingreso: enero-2011
Ubicación: Tucuman
Mensajes: 23
Antigüedad: 13 años, 10 meses
Puntos: 0
Respuesta: Problemas intentando orderar mis post en orden alphabetica.

i figured it out, but a diff way.

now im having trouble with another section because the codes are different...

Código:
 <?php $the_query = new WP_Query('category_name=itinerario&showposts=7');
                 while ($the_query->have_posts()) : $the_query->the_post();
                 $do_not_duplicate = $post->ID; ?>
                 
						<span class="itinerario-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></span>
						<div class="clear"></div>

					<div class="itinerario-post-content"><?php the_content('Read the rest of this entry &raquo;'); ?></div>
<div class="clear"></div>
<br />
				<?php endwhile;?>
es para esta seccion envez: http://levysfifteen.com.ar/?page_id=4

Última edición por nfa1218; 21/05/2011 a las 21:41