View Single Post
  #2 (permalink)  
Old 08-23-2008, 07:48 PM
mc2w's Avatar
mc2w mc2w is offline
Senior Member
 
Join Date: Jul 2008
Posts: 314
Send a message via AIM to mc2w Send a message via MSN to mc2w
Default

Quote:
Originally Posted by Teh Blizz View Post
When using custom permalinks within Wordpress....

Code:
/%postname%-%post_id%.php
The author link becomes this...

Code:
http://opentray.com/author/Teh%20Blizz/
Which leads to a 404 page. Not sure if this is a One-Theme problem, or Wordpress bug.
I think this is a wordpress problem. Let me if I can get you some htaccess to fix that up.

Okay, I have no idea how to make a url rewrite from author/authorname to index.php?author=authorid#.

However, there's a new issue if someone tries to find posts from an author id that doesn't exist.
http://wiflba.com/index.php?author=44 Visible there.

Maybe you'd want to change your permalink structure, or change the author links to link to the direct author id? Even though it should, http://opentray.com/?author=1 doesn't redirect to a different link, so your permalink structure doesn't seem to support rewriting author pages.
__________________
Powered By One-Theme: Wiflba, Our-Panel

I am not one of the One-Theme creators. I am simply here to help!

Last edited by mc2w; 08-23-2008 at 07:53 PM.