_debra
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Getting blank page after changing anythingOkay! The correct answer for me was that when you create new pages, you have to remember to chmod your .htaccess file to 666!
So that you can write new pages to the permalink structure.The new pages view just fine with or without permalinks!
Forum: Everything else WordPress
In reply to: Getting blank page after changing anythingSo I thought I was having a similar problem…Creating new pages with the ez static plugin…Then typing in the URI for the page and getting a blank page with nothing.
That’s when I remembered that something had to happen to create easy to read URI’s to find the page. When I used the long form URI “http://myblog.com/?page_id=19” for example…
VOILA!!!There are the pages that were supposedly blank!
So the question is, how do I find the new pages using the simple structure again? I did it once before, but my memory fails me.Forum: Fixing WordPress
In reply to: Creating about.php with Mallow after 1.5 upgradeThanks everyone, for your suggestions.
The solution involving .htaccess and permalink structure works wonderfully!
I was thinking that the:
/%year%/%monthnum%/%day%/%postname%/structure
would only apply to dated posts. (silly me!)The other thing that matters, is that the
%postname%comes from whatever is entered in the “Post Slug” field when you edit.Forum: Fixing WordPress
In reply to: Creating about.php with Mallow after 1.5 upgradeI found the permalinks options, but I do not see how to relate them to the pages I’ve created. Is there a way to connect page_id’s to categories?
What’s the correct permalink structure to say:
http://www.yoursite.com/about/
and
http://www.yoursite.com/contact/
and
http://www.yoursite.com/privacy/
etc
?because the only thing that differentiates the pages right now is the
%page_id%page_id =8
page_id =9
page_id=10and so on.
I’m no PHP expert, so please forgive my ignorance.