Noticias
'post', 'cat' => 1, 'posts_per_page' => 9, 'paged' => $paged ); query_posts($argsnoticias); // The Loop while ( have_posts() ) : the_post(); echo "
  • "; the_post_thumbnail('home-thumb'); echo "
    "; echo the_title() . ""; echo shortened_excerpt(); echo "
  • "; endwhile; ?>