С
Size: a a a
С
A
A
С
A
YJ
АП
АП
С
YJ
YJ
YJ
С
A
A
function modify_posts_where( $where ) {
return $where . ' AND ID > 7';
}
add_filter( 'posts_where', 'modify_posts_where' );
$args = array(
'post_type' => 'post',
'posts_per_page' => 2,
'paged' => 1, // current page
'order' => 'ASC',
);
$q = new WP_Query($args);
print_r($q->posts);A
YJ
VT
mR