Hello,
I think the error comes from “‘tag__not_in’=>array(‘limitip’)”. You have to put the id of the tag and not its name. Try “‘tag__not_in’=>array(X)” where X is the id of the tag ‘limitip’.
Hello,
I think the error comes from “‘tag__not_in’=>array(‘limitip’)”. You have to put the id of the tag and not its name. Try “‘tag__not_in’=>array(X)” where X is the id of the tag ‘limitip’.