is_latest: 1
article_category_slug: music
SELECT ID,
post_title,
post_date,
lead_img_url,
permalink,
co_authors,
rating
FROM pm_article_index AS a
WHERE 1=1
AND post_status = 'publish'
ORDER BY post_date DESC
LIMIT 108 OFFSET 110808
SELECT ID,
post_title,
post_date,
lead_img_url,
permalink,
co_authors,
rating
FROM pm_article_index AS a
WHERE 1=1
AND post_status = 'publish'
ORDER BY post_date DESC
LIMIT 108 OFFSET 110808