Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8874761
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:48:17+00:00 2026-06-14T18:48:17+00:00

hi have a problem where i can’t get pagination to work on a static

  • 0

hi have a problem where i can’t get pagination to work on a static front page, looked at wordpress codex and done what it says built but still no joy,

any help greatly appreciated

<?php
$paged = (get_query_var('page')) ? get_query_var('page') : 1;
$type = 'Galleries';
$args=array(
   'category_name' => 'Gallery',
   'post_status' => 'publish',
   'posts_per_page' => 2,
   'paged' => $paged 
 );

$my_query = null;
$my_query = new WP_Query($args);
?> 
<section id="maincontent" class="twelve columns">
<ul id="gallery_menu">
<?php if( $my_query->have_posts() ) {
    while ($my_query->have_posts()) : $my_query->the_post(); ?>
        <li class="gallery_titleframe">
            <div class="gallery_titleborder">
                <div class="gallery_titleimage">
                <?php $str = get_the_ID() ; ?> 
                    <a href="<?php the_permalink() ?>" title="<?php  echo get_post_meta($str, 'gallery1', true); ?>">  
                        <img src="<?php echo get_post_meta($str, 'gallery1', true); ?>"  width="256" height="186">
                     </a>
                </div>
            </div>
            <div class="gallery_titletext">
                <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a>
            </div>
         </li>    
<?php endwhile;
    } ?> 
        <div id="nav-below" class="navigation">
            <div class="nav-previous"><?php next_posts_link(); ?></div>
            <div class="nav-next"><?php previous_posts_link(); ?></div>
        </div><!-- #nav-below -->

 <?php wp_reset_query();  // Restore global post data stomped by the_post(). ?>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T18:48:18+00:00Added an answer on June 14, 2026 at 6:48 pm

    next_posts_link and previous_posts_link depend on the global $wp_query. You could temporarily assign your custom query to the global before calling them.

    <?php
      $temp = $wp_query;
      $wp_query = null;
      $wp_query = $my_query;
    ?>
    <div id="nav-below" class="navigation">
      <div class="nav-previous"><?php next_posts_link(); ?></div>
      <div class="nav-next"><?php previous_posts_link(); ?></div>
    </div><!-- #nav-below -->
    <?php
      $wp_query = null;
      $wp_query = $temp;
      wp_reset_query();
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I seem to have a problem and can't get it work. I'm working on
I have a problem and can't find information. I run my web-app from jsp-page
I have a problem i can't get my head around. I use a sphere,
Hi I have problem that I can't solve alone since damn debugging doesn't work
I have the following problem: on the main page I can change language. New
I have a problem and can't find a solution. I am making an accordion
I have a problem and can't solve it alone. My teacher gives me one
I have a problem - i can't compile SqlCipher. I'm using this http://groups.google.com/group/sqlcipher/browse_thread/thread/55c6296b56bf4533/c792bbec6df7d4f4?tvc=2#c792bbec6df7d4f4 instructions
I have this problem that I can ref a button for control it. I
i have a problem that i can't solve ! (sqlite3, but i think it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.