query(array( 'showposts' => get_option('posts_per_page'), 'paged' => $paged )); /* * Run the loop to output the autofocus loop. * If you want to overload this in a child theme then include a file * called loop-autofocus.php and that will be used instead. */ get_template_part( 'content', 'autofocus' ); ?>