"; //global $wp_query; //print_r($wp_query); //echo $wp_query->request; //echo ""; if ( have_posts() ) { $bgcolor = ''; add_filter('the_title','wp_specialchars'); while (have_posts()) : the_post(); $class = 'alternate' == $class ? '' : 'alternate'; global $current_user; $post_owner = ( $current_user->ID == $post->post_author ? 'self' : 'other' ); $title = get_the_title(); if ( empty($title) ) $title = __('(no title)'); ?>