Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Older Blog Entries

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34734

    Hi There,
    I’ve checked out some discussion on here regarding problems with linking back to older entries within a blog, mine is playing up also.

    I’m unsure as to where and what code I should input to get this to work….the site is http://vigourdynamicfitness.com.au/blog/ and here is my code for the bloghome.php

    
    /*
    Template Name: Blog Homepage
    */
    ?>


    Blog



    id="post-">

    ">










    Not Found





    Love some guidance =D

    #88905
    TheDoc
    Member

    You’ll need to add a little something to the query to make it work:

    
    'posts_per_page' => 3,
    'paged' => get_query_var('paged')
    );

    // The Query
    query_posts( $args ); ?>
    #88932

    Perfect you’ve made my day! Thank you so much =D

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.