Forums
(@robin1604)
11 years ago
I used this: $args['exclude'] = 2,3,4,5; Result was an error
$args['exclude'] = 2,3,4,5;
Now i’m using this: $args['exclude'] = "2,3,4,5"; Result is perfect ??
$args['exclude'] = "2,3,4,5";
Thank you for your help!
Hi donnytree,
If I use comma’s then I got an error. Do you have an solution for this problem?
Thanks,
Robin