markrosa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wordpress does not like page name “gallery” ?????You’re right, there was already a folder in my root directory named “gallery”.
Thanks
Forum: Fixing WordPress
In reply to: wordpress does not like page name “gallery” ?????Nope none, this is a brand new account.
Forum: Fixing WordPress
In reply to: Using permalinks for PagesWhoa is “Gallery” a reserved name in wordpress?
I completely uninstalled wordpress, have a brand new installation. Put permalinks to day+name. Created a new page called “Gallery”. I see the link on the front page, click on it, blank page comes up. Only contents are:
<html>
</html>Any permalink type (except default) gives me a blank html output for a page named “Gallery”. What am I missing? Surely there’s not an if statement in the source like:
if (pageName == “Gallery”) {
print(“<html>\n</html>”);
return;
}Thanks
Forum: Fixing WordPress
In reply to: Using permalinks for PagesOk yes that worked. For some reason the permalink for the test page stopped working, so mysite/orange just displays a blank page with contents:
<html>
</html>any new pages I add work fine. If i delete page “orange” from the page editor, then try to add it as a new page again, same behavior. That name must be stuck in the database somehow, I’ll see if I can get into trouble now fiddling around in there.
Thanks
Forum: Fixing WordPress
In reply to: Using permalinks for PagesOh shoot sorry I misunderstood you, I thought the number would appear in the URL then –
ok I’ll give it a shot, thank you.
Forum: Fixing WordPress
In reply to: Using permalinks for PagesHi thisisedie,
If I use day+name, or month+name, I’m just worried it will look a bit silly, like:
http://www.mysite.com/2/orange/
people will be wondering what the 2 is about? What’s the danger if I just use the postname, will wordpress really blow up from that?
Thanks