Index: trunk/wp-content/themes/xpress_default/index.php
===================================================================
--- trunk/wp-content/themes/xpress_default/index.php	(revision 51)
+++ trunk/wp-content/themes/xpress_default/index.php	(revision 52)
@@ -3,5 +3,5 @@
        <div id="xpress_wrap">
 	   
-	<?php if(is_sidbar_disp()) : ?>
+	<?php if(xpress_is_theme_sidebar_disp()) : ?>
 	   
 		<div id="xpress_content" class="narrowcolumn">
@@ -30,9 +30,10 @@
 
 				<div class="entry">
-					<?php wp_the_content(); ?>
+					<?php the_content(__('Read the rest of this entry &raquo;', 'kubrick')); ?>
 				</div>
 
 				<p class="postmetadata"><!-- Post author start --><?php/* _e('Posted:', 'kubrick'); echo '&nbsp;'; the_author_posts_link(); echo '<br />' ; */?><!-- Post author end --><?php if(function_exists('the_tags')) : ?><?php the_tags(__('Tags:', 'kubrick') . ' ', ', ', '<br />'); ?><?php endif; ?><?php printf(__('Posted in %s', 'kubrick'), get_the_category_list(', ')); ?> | <?php edit_post_link(__('Edit', 'kubrick'), '', ' | '); ?>  <?php comments_popup_link(__('No Comments &#187;', 'kubrick'), __('1 Comment &#187;', 'kubrick'), __('% Comments &#187;', 'kubrick'), '', __('Comments Closed', 'kubrick') ); ?></p>
-				<?php sprintf('Views: %d',xpress_post_views_count(the_ID()); ?>
+				<?php xpress_post_views_count($post->id,__('Views :%d', 'kubrick'),true) ?>
+
 				</div>
 
