'xarxaprod-associat', 'order' => 'ASC', //order a b c d ... 'order_by' => 'name', // by name slug 'posts_per_page' => '-1' //all of them ) ); ?> have_posts() ) : ?> have_posts() ) : $the_query_associat->the_post(); ?> '; while ( have_posts() ) : the_post(); echo '
  • '; echo ''; the_title(); echo ''; echo '
  • '; endwhile; echo ''; ?>