Conversation
Notices
-
I found an interesting flaw (*not* bug) in #WordPress: it assumes that if your blog's base URL is different from the WP installation URL, you blog with be *relative* to the WP install. While that will most often be the case, there's no reason why it must be so; I have the blog sitting "next to" the WP install and I cannot think of a reason why this _could_ not work. So, I must ponder this, and how it's handling it, to find a workaround. Best way to "ponder" is sleep! I'll stop for today, read a bit, sudoku a bit, and fall asleep. Then #tomorrow I'll see if I can whip up some workaround code. :) #programming
-
@deavmi it's working as designed. Developers just didn't realise users might have a slightly different logic (or unexpected use case). That's not a bug but a flaw because it doesn't (quite) do what I need. A little code should be able to solve it (without harming its function for the more common use case. Recognizing what's going on is half the solution already. :)