I’ve seen how it gets the permalinks for your posts. It prepends http://yoursite.com/goto/ to any permalink.
I think is not related with the way you set up your permalinks. It will be related with the way Pagelist removes the link when you are on the same post than the title.
Please tell me which tag do you use to setup the list on that post. Have you used [catlist] ?
What you are referring to is “WP No External Links” plugin. I don’t think that is related to the problem. I deactivated it and the problem is still there. What I noticed is that the title is linked to:
http://thepublicsphere.com//issue_00
As you see there are two “/” there. The other problem is that it should be linked to:
http://thepublicsphere.com/category/issue_00/
This is the shortcode I have used:
[catlist 21,8,The Public Sphere: Issue 0]
So, basically the problem is related to how the link is generated. How can I fix that?
Well, really it’s a plugin’s bug. It generates bad links when no category or tag base are found. In this case, it should use the WordPress defaults, but it does not.
There is a Workaround you can use until the bug is solved: Goto your permalinks options and fill in category base and tag base with ‘category’ and ‘tag’ respectively. This workaround solves the bug until it is solved in code.
I’ll try to release a solution later today.
Solved in 1.4.2 (Just released).
I just uploaded and tested the new version. The issue is fixed! Excellent!
Thank you very much.