Topic: [HELP] SHOW NEWS WITH OWN FILTER
Edit: I would like to filter my news with something working like the categories; like that:
$category = "1,2,3,4,5"
id | title | full story | additionnal data
But with the field I have chosen. It can be the title, or an additionnal data, and the result will be in the include code like that:
$additionnal_data = "derpderp, herpderp, blabla"
How can I do that ? And how can I do that with more than one criteria ? Thank youu !