Hi have this author.php - http://pastebin.com/522896 and wondered if anyone would check it to see if I need to modify anything to make it work with 2.0. It worked just fine with 1.52.
Also should my htaccess look like this?
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
I went to options and generated permalinks.
Thanks Karl