SELECT ID FROM wp_posts WHERE post_content LIKE '%Agent Image%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%agent-image%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%agentimage%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%Design People%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%The Design People%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%TheDesignPeople%'
SELECT ID FROM wp_posts WHERE post_content LIKE '%thedesignpeople%'