Forums
(@altdesign)
15 years, 2 months ago
Sergey Biryukov patch works for me.
17 years, 3 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