SELECT * FROM tbl_post WHERE (titleEn LIKE '%টিনেরচালা%' OR titleBn LIKE '%টিনেরচালা%' OR descriptionEn LIKE '%টিনেরচালা%' OR descriptionBn LIKE '%টিনেরচালা%' OR slug LIKE '%টিনেরচালা%' OR metaTag LIKE '%টিনেরচালা%' OR metaDescription LIKE '%টিনেরচালা%') AND status=1 ORDER BY id DESC LIMIT 0,12












