change the same string to
$sql_query = "SELECT * FROM $lnx_PRT_options[prt_phpbb_tt] WHERE 1 $EXCLUDED_FORUM $EXCLUDED_FORUM ORDER BY";
should solve the issue and keep exclusion working
any idea how to do the same with previous/next page links?
scribu,
Thanks for reply. Your solution works – link looks …/page/2/#blog
I think that most probably I should change line 164 in core.php:
return "<a href='" . esc_url( get_pagenum_link( $page)) ."' class='$class'>$text</a>";
but how exactly???