Noticias
$paged = (get_query_var('page')) ? get_query_var('page') : 1;
$argsnoticias = array(
'post_type' => '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; ?>
"; echo the_title() . ""; echo shortened_excerpt(); echo "