Spróbuj dodać nową wtyczkę, aby wykluczyć konkretne forum.
Hook Location: search_start
Title: Wykluczenie forum RSS
Plugin PHP Code:
Kod php:
if ($_REQUEST['do'] == 'getnew' OR $_REQUEST['do'] == 'getdaily')
{
     
$_REQUEST['exclude'] .= ',xx';

Za 'xx' wstaw numer forum gdzie masz swoje posty.

Pozdr,
MK