Index: trunk/wp-content/plugins/xpressme/include/custom_functions.php
===================================================================
--- trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 183)
+++ trunk/wp-content/plugins/xpressme/include/custom_functions.php	(revision 184)
@@ -114,5 +114,5 @@
 }	
 
-function xpress_left_arrow_post_link($show = false)
+function xpress_left_arrow_post_link($show = true)
 {
 	global $xpress_config;
@@ -175,5 +175,5 @@
 }
 
-function xpress_right_arrow_post_link($show = false)
+function xpress_right_arrow_post_link($show = true)
 {
 	global $xpress_config;
@@ -236,5 +236,5 @@
 }
 // page link
-function xpress_left_arrow_posts_link($show = false)
+function xpress_left_arrow_posts_link($show = true)
 {
 	global $xpress_config;
@@ -261,5 +261,5 @@
 }
 
-function xpress_right_arrow_posts_link($show = false)
+function xpress_right_arrow_posts_link($show = true)
 {
 	global $xpress_config;
