Category: Uncategorized
Array
(
[search_term] =>
[columns] => title,categories,cf:filecount,cf:filesize,date
[tax_query] => Array
(
)
[category] => 1
)
Title | Categories | Filecount | Filesize | Date |
---|
Hello world! | Uncategorized | | | November 21, 2024 |
SELECT SQL_CALC_FOUND_ROWS wp_5_posts.ID
FROM wp_5_posts LEFT JOIN wp_5_term_relationships ON (wp_5_posts.ID = wp_5_term_relationships.object_id)
WHERE 1=1 AND (
wp_5_term_relationships.term_taxonomy_id IN (1)
) AND ((wp_5_posts.post_type = ‘post’ AND (wp_5_posts.post_status = ‘publish’ OR wp_5_posts.post_status = ‘acf-disabled’)))
GROUP BY wp_5_posts.ID
ORDER BY wp_5_posts.post_date DESC
LIMIT 0, 10