Forums
(@altdesign)
13 years, 8 months ago
Sergey Biryukov patch works for me.
15 years, 9 months ago
Hi, try to do this: 1) open rewrite.php inside next-gen/lib 2) remove line 33 add_filter('wp_title' , array(&$this, 'rewrite_title') );
add_filter('wp_title' , array(&$this, 'rewrite_title') );
3) done!
Bye