Maybe you should use some brackets I don't know what combinations you want but try this:
SELECT * FROM `posts`
WHERE
( `tags` LIKE '%gda%'
OR `tags` LIKE '%contests%'
OR `tags` LIKE '%merch%'
)
AND `newsID` != '2134'
AND `status` > '1'
ORDER BY `postDate` DESC LIMIT 5