﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20227	query_posts and is_archive conflicts	nhuja		"When I add query_posts is category.php (twentyeleven) just before the while loop

<?php query_posts('posts_per_page=20' ); ?>

Then in content.php (for standard post)

instead of

<?php if ( is_search() ) : // Only display Excerpts for Search ?> 

This works fine. Replace it by

<?php if ( is_archive() ) : // Only display Excerpts for Archive pages ?>

It doesn't show excerpt.

Interestingly, when using

<?php $my_query = new WP_Query('posts_per_page=20'); ?>

is_archive seems to work."	defect (bug)	closed	normal		General		normal	invalid		
