Removing /author/ slug from URL gives 404

You are just doing it wrong. Adding a per user rewrite rule will just bloat the rewrite “table” and slow down the URL parsing process. You need to come up with a generic rewrite rule which will work for all users, or write an alternative url parsing using the ‘do_parse_request filter. Your core problem is … Read more

page nested 3 levels deep shows 404

This should not be a problem unless you’ve a same slug page / post in your TRASH somewhere. Check your Pages / Posts trash and see if you’ve “series” slug there? If not, try creating another page and see if its just a matter of the page name / slug or its happening with all … Read more

index.php is always displayed before any file on the URL

First, check if you have an .htaccess file with the following: # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress If this file already exists with the appropriate rules, try the following: Go to your site Settings … Read more

Trouble with numeric permalinks after 4.3.1

I had the same issue. Couldn’t name a page just numbers. Wordpress Version 3.3.1 I solved this issue by using a plugin called “Permalink-editor” version 0.2.12 http://wordpress.org/extend/plugins/permalink-editor/ After that was installed, I am able to clicked “Customize” instead of “edit” permalink on the page edit. That worked! 🙂

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)