WP_Query Check if post has one or more attached medias
Is there any way to check if post has any attached medias via new WP_Query($args)?
$args = [
'post_type' => 'post',
'post_status' => 'publish',
'posts_per_page' => 10,
'paged' => 1,
*****************************************
→ [args for checking attached medias] ←
*****************************************
];
$posts = new WP_Query($args);
I want to retrieve posts that have media attachments…
$299 Affordable Web Design WordPress
This article was republished from its original source.
Pixeldust is a 20-year-old web development agency specializing in Drupal and WordPress and working with clients all over the country. With our best in class capabilities, we work with small businesses and fortune 500 companies alike. Give us a call at 1(800)730-2416 and let’s talk about your project.