Blog Posts

Discussion in 'BusinessGrow One Page WordPress Theme' started by rsjhunter, Nov 24, 2013.

  1. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    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
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Go to front-page.php present in your theme directory and follow the instruction as shown in image given below

    2013-11-26_1305.png
     
  3. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    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....
     
  4. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    i went to the .php file and changed to 9 but 6 only still show up
     
  5. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    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.
     
  6. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    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
     
  7. rsjhunter

    rsjhunter Member

    Joined:
    Nov 20, 2013
    Messages:
    43
    Likes Received:
    0
    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....
     
  8. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Issue resolved. Support mail sent.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page