SELECT guid, shortcode, image_path, feedtexl, feedhtml,
profile_name, post_timestamp, download_timestamp
FROM data_newsfeed
{where_clause}
ORDER BY post_timestamp DESC
LIMIT {limit} OFFSET {offset}
SELECT guid, shortcode, image_path, feedtexl, feedhtml,
profile_name, post_timestamp, download_timestamp
FROM data_newsfeed
WHERE profile_name = '{profile_name}'
ORDER BY post_timestamp DESC
LIMIT {limit} OFFSET {offset}