'; ?> <?php bloginfo_rss('name'); ?> 'publish', 'ignore_sticky_posts' => 1, 'posts_per_page' => $number_of_articles ); $query = new WP_Query( $args ); while( $query->have_posts() ) : $query->the_post(); ?> <?php the_title_rss() ?> ]]>