The front page only seems to allow 6 posts - how will a person coming to my website know that there is more posts? How do they get to the other posts? Is it possible to have more posts on front page? Is it possible to say Read more posts at the bottom of the six so people will know there is more posts on another page? zerochlorine.com
Hello, Go to front-page.php present in your theme directory and follow the instruction as shown in image given below
If I leave the 6 posts as is --- is there away to put at the bottom of the Health Blog Click here for more Posts....
Hello, Please provide the following information listed below. Thread Link: Your Website URL: WordPress Username: WordPress Password: Send this information on our email at [email protected] We will check your issue.
i sent you the info by email this is what the .php files now says <div class="container_24"><div class="grid_24"> <!-- Start the Loop. --> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php static $count = 0; if ($count == "9") { break; } else { ?> <!--post start--> <?php if (!has_post_thumbnail()) { continue; } else { if (strpos($post->post_content, '[gallery') !== false) { continue; } else { ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post_heading_wrapper"> <div class="postimage_container"> <span class="thumb"> <?php if ((function_exists('has_post_thumbnail')) && (has_post_thumbnail())) { ?> <?php inkthemes_get_thumbnail(351, 200); ?> <?php } else { ?> <?php inkthemes_get_image(351, 200); ?> <?php } ?> <span> <?php // Get the Name of First Category //Fetching all the categories for the post and displaying first pocket
again once you look at the .php file and maybe get it to work - I would still like to add at the bottom of the Health Blog on front page For More Posts click here....