最新記事
-
‘post’,
‘posts_per_page’ => 7,
‘paged’ => $paged,
);
$myposts = new WP_Query($args);
if( $myposts->have_posts() ):
while( $myposts->have_posts() ): $myposts->the_post();
?>
<a href="”>
‘left’)); ?>
<a href="”>
‘left’)); ?>
<a href="”>
$myposts) );
}
?>


