Hi,
I have site where the links to previous and next posts at the bottom of the blog pages does not work. I get blank white pages.
http://www.website.com/blog/ - displays the blog properly
http://www.website.com/blog/page/2/ - gives me a white content area with the prev/next links at the bottom.
These are the things I have done to date to try and get the pagination to work properly:
- Turned off all plugins (no help)
- Put Theme to default (2011) (WORKED)
- I set "Settings/Reading" to "Your latest posts" (no help)
- I set "Settings/Reading" to "A static page" (no help)
- I set the "Blog" page to default, and archive template (no help)
- I've updated my Permalinks several times
- I've deleted my htaccess file and created a new one from scratch
- I've confirmed that mod_rewrite is active on my Apache server
It seems to me that it would point to my theme, but I've used this theme on other websites and haven't had the issue.
My htaccess file looks like this:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
AddType x-mapp-php5 .php
AddType audio/x-m4a .m4a
AddType audio/x-m4b .m4b
Any suggestions or insight are greatly appreciated.
Happy New Year!