Поиск учебной и научной литературы

$num = 1;
global $post;
$args = array(
‘category’ => 3,
‘meta_key’ => ‘link_cat’,
‘meta_value’ => ‘study-lib’,
);
$myposts = get_posts($args);
foreach($myposts as $post) :
setup_postdata($post);
?>

Добавить комментарий