I have included $subs = explode(',' , $subs);
and it’s returning nothing, it has no error or any output..
The other error was Warning: in_array() expects parameter 2 to be array, bool given in ..../content-main.php on line 21
Line 21 is <?php if (in_array($forum_id, $subs)) { ?>