false,
‘paged’ => $paged,
‘posts_per_page’ => ’25’,
‘post_type’ => ‘post’,
‘category__in’ => ’82’,
);
// The Query
$query = new WP_Query( $args );
// The Loop
if ( $query->have_posts() ) {
previous_posts_link( ‘
« پستهای قبلی
‘ );
while ( $query->have_posts() ) {
$query->the_post();?>