﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
20922	Twenty Eleven hides category and tag text on custom post types being included into loop using 'pre_get_posts' action	Marko-M	lancewillett	"Twenty Eleven themes custom.php uses 'post' == get_post_type() to hide category and tag text for pages on Search like this:

{{{
<?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
...
<?php endif; // End if 'post' == get_post_type() ?>
}}}

This 'if' doesn't hide category and tag text for pages on Search but hides category and tag text on custom post types being included into loop using 'pre_get_posts' action."	defect (bug)	closed	normal	3.5	Bundled Theme	3.2	normal	fixed	has-patch	knut@… georgemamadashvili@…
