Estoy trabajando en WordPress donde tengo el siguiente código para obtener publicaciones dentro del bucle. <?php $posts = $woo_options['woo_latest_entries']; query_posts('post_type=post&category_name=company'); if ( have_posts() ) : while ( have_posts() ) : the_post(); $count++;...