You should remove /blog/ from your permalink structure and add it to your Site URL.
If you’re running WP 2.7 you should upgrade to 2.7.1
OK, now I have set my Site URL to http://www.kimstewart.ca/blog/ and it seems to have broke something. I can’t even log in to change it back. Please help!
And yes, already on WP 2.7.1
Nevermind, I found a fix to log back in via this page:
http://codex.ww.wp.xz.cn/Changing_The_Site_URL
However, now when I set my permalink structure to default
http://www.kimstewart.ca/blog/?p=123
and Blog Address (URL) to http://www.kimstewart.ca/blog/
I get the homepage page (Home) on my blog page… if that makes sense. Any ideas?
UPDATE: Ok, It appears that http://www.kimstewart.ca/blog/page/2/ now works! (Pagination within the “blog” directory). I have not modified any more settings. However, the main root directory of my blog ” http://www.kimstewart.ca/blog/ ” is still not showing the correct page, it is instead showing my homepage…
Any help is greatly appreciated.
Well, if you’we set the Blog URL to http://www.kimstewart.ca/blog/, that’s the correct behaviour.
There are two issues with your initial permalink structure: /blog/%postname%/
1. The correct page links are at /page/2
2. The template tag generates /blog/page/2
I don’t know if the bug is at 1. or 2., but there certainly is one.
You still haven’t told me which template tag your theme uses for pagination, so that I can submit a trac ticket.
I’m not sure what you mean by “template tag”, can you please clarify? 🙂
Thanks for all the helpful info!