Not sure what happened above, but it didn’t post everything correctly.
The code I have pulling in the correct posts into my Newsroom is:
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 ">
But it’s not displaying the “previous” and “next” page of posts, even though this code is in there that I believe should be pulling that navigation: