Quote:
Originally Posted by Scalemotorcars
Anyone know how I can Exclude RSS posts from the post count.
I added a plugin at the search_start hook to exclude showing the RSS forums and that works fine.
PHP Code:
$_REQUEST['exclude'] .= ',xx,xx,xx';
All I need now is for the search result to exclude those forums form the post and thread count.
Any suggestions would be great. Thanks...
|
I too would like to know how to do this, I cant seem to get it..