Forums

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

Home Forums Back End Pagination and Next Post problem

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #35093
    fectio1
    Member

    Hello,

    I cannot get my next post link to show up and the pagination appears to be not working properly

    
    
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts("posts_per_page=2&cat=10&paged= . $paged");

    if (have_posts()) : while (have_posts()) : the_post(); ?>



    ">






    ', '

    '); ?>






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