SELECT COUNT(*) as `cnt` FROM `posts` as po WHERE po.`status` = 'publish' AND ((`po`.`tags` LIKE '%,امیر قنبر زاده,%') OR (`po`.`tags` LIKE 'امیر قنبر زاده,%') OR (`po`.`tags` LIKE '%,امیر قنبر زاده') OR (`po`.`tags` LIKE 'امیر قنبر زاده')) ORDER BY po.`publish_date` DESC