• How do i make the Page Navi work on home.php in ePhoto Theme ?
    I added the code in the home.php but when it should take on to the next page it just changes the link/url and show the same posts

Viewing 5 replies - 1 through 5 (of 5 total)
  • That might be a topic in the Elegant Themes FAQ or support sections at their site. Unfortunately, you have to be a member to access their forums and support sections, so…

    Thread Starter djfreebone

    (@djfreebone)

    Anybody else?

    Thread Starter djfreebone

    (@djfreebone)

    Can’t there someone help me?

    I got this problems too..
    can anyone help?

    at the top of home.php, add the following (marked in bold)

    ========================================================

    <!–Begind recent post–>

    <?php $my_query = new WP_Query(“showposts=$artsee_homepage_posts&order=DESC&cat=-$artsee_blog_id_number” . ‘&paged=’ . get_query_var(‘paged’));

    ========================================================

    then, scroll down a bit you’ll see the triple “</div>”, below them you should have the following code:

    </div>
    </div>
    </div>

    <?php endwhile; ?>
    </div>


    <div style=”clear: both;”></div>
    <?php if(function_exists(‘wp_pagenavi’)) { wp_pagenavi(); }
    else { ?>
    <p class=”pagination”>
    <?php next_posts_link(‘? Previous Entries’) ?>
    <?php previous_posts_link(‘Next Entries ?’) ?>
    </p>
    <?php } ?>

    </div>

    <div id=”sidebar” style=”margin-top: 15px;”>

    =======================================================

    it’s all good except pagination stops at page three for me… =(

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do i make the Page Navi work on home.php in ePhoto Theme’ is closed to new replies.