id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 2239,Get rid of some template files...,alexvorn2,,"For custom pages we have: {{{ archive-forum.php archive-topic.php single-forum.php single-forum-edit.php single-reply.php single-reply-edit.php single-reply-move.php single-topic.php single-topic-edit.php single-topic-edit.php single-topic-split.php single-user.php single-user-edit.php single-view.php taxonomy-topic-tag.php taxonomy-topic-tag-edit.php }}} They all have the same layout, just a different class, why not just remove them all and use single page.php file instead ? (as I see bbPress already is using it if some of these files is missed) So in the page.php file we will have: {{{ if ( function_exists( 'is_bbpress' ) and is_bbpress() ) { // all bbpress templates here } else { // page template } }}} ",defect (bug),closed,normal,,General,2.1,normal,invalid,,