'. the_title() .'
'; if (have_posts()) : while (have_posts()) : the_post(); the_content(); endwhile; else: echo ''; _e('Sorry, page does not exist.'); echo '
'; endif; echo ''; printf( __('You are currently browsing the %1$s archives for the \'%2$s\' category.'), $app_name, single_cat_title('', false) ); echo '
'; } elseif (is_day()) { echo 'You are currently browsing the '. $app_name .' archives for the day '. the_time('l, F jS, Y') .'.
'; } elseif (is_month()) { echo 'You are currently browsing the '. $app_name .' archives for '. the_time('F, Y') .'.
'; } elseif (is_year()) { echo 'You are currently browsing the '. $app_name .' archives for the year '. the_time('Y') .'.
'; } elseif (is_search()) { echo 'You have searched the '. $app_name .' archives for "'. wp_specialchars($s) .'".
'; } elseif (isset($_REQUEST['paged']) && !empty($_REQUEST['paged'])) { echo 'You are currently browsing the '. $app_name.' archives.
'; } elseif(is_tag()){ echo ''; printf( __('You are currently browsing the %1$s archives for the \'%2$s\' tag.'), $app_name, single_tag_title('', false) ); echo '
'; } } // end of if is_archive() ?>', '%title',FALSE,''); next_post_link('Next Post: %link »
', '%title',FALSE,''); } //end if single ?> '); } // end if for showing customer header if(($enable_share == "true" || $enable_external_link == "true") && ($links_position == "top")) { echo '
'; if($enable_share == "true"){ ?> View post on '; } // end links_position _top the_content(); // echo custom footer if(($show_custom_header_footer == "footer") || ($show_custom_header_footer == "both")){ echo('
'); } // endif for footer // get share link if(($enable_share == "true" || $enable_external_link == "true") && ($links_position == "bottom")) { echo ''; if($enable_share == "true"){ ?> View post on '; } // end if for enable share, external, bottom echo '
More Posts
'; echo ''; if ($wpbook_prev_page) echo $wpbook_prev_page; if ($wpbook_prev_page && $wpbook_next_page) echo ' | '; if ($wpbook_next_page) echo $wpbook_next_page; echo '
'; } endif; // if have posts echo '