$postids=$wpdb->get_results(
"SELECT
t1.ID
FROM
$wpdb->posts t1
inner join $wpdb->term_relationships t2 on t2.object_id = t1.ID
inner join $wpdb->term_taxonomy t3
on t3.term_taxonomy_id = t2.term_taxonomy_id and t3.taxonomy = 'category'
inner join $wpdb->terms t4 on t4.term_id = t3.term_id
WHERE t1.post_type='post'
and t4.`name` = 'Россия'
ORDER BY t1.ID ASC");
Our whole user interface is powered by Vue.js
+
Pagekit's modular and extendable architecture is built on top of Symfony components.