Site icon Catch Themes

Previous/Next Pages Nav

Hi there, I've created a page for my posts page ("Newsroom"). I used the below code to pull the correct posts into this page: 7, 'orderby' =>'post_date', 'order' => 'DESC', ); $my_query = new WP_Query($args); if( $my_query->have_posts() ) { while ($my_query->have_posts()) : $my_query->the_post(); ?> <a href="" rel="bookmark" title="Permanent Link to "> I think it's preventing the "previous" and "next" nav to show, which I believe are brought in with I also How can I make my posts page display the previous/next pages?
Exit mobile version