No. I mean if the Page’s title is “Portfolio” and you are using permalinks it will be possible to have something like
example.com/portfolio
Thread Starter
bk
(@bk)
So how would I do that again? I think I should try. =/
Thread Starter
bk
(@bk)
Well, this is what I have enabled. :S
But isn’t that only for posts and comments?
/%year%/%monthnum%/%day%/%postname%/
If permalinks are enabled they will work for Pages, too, and the slug created from the title (or modified by you) will be used in the link.
However, read the Note from here:
http://codex.wordpress.org/Pages#Creating_Pages
Thread Starter
bk
(@bk)
I have enabled permalinks (they won’t work for pages) and the slug. For example, Portfolio page’s slug is portfolio. Do I have to change it to portfolio.php?
If they don’t work for Pages, then your .htaccess file is not writable. Did you follow the link I’ve posted above?
Foe the second question I answered here.
Thread Starter
bk
(@bk)
I did follow the link, don’t really get it though. So how do you make your .htaccess file writable? Is it something to do with chmodd?
Yes. And you can read a lot about it on the Codex, just have to search.
Thread Starter
bk
(@bk)
So the .htaccess file is writable now. I updated the permalinks again. What now?
Now be happy π
(Go to your horizontal nav code and change the links from “page_id=XX” to the “slug” of the Pages.)
Thread Starter
bk
(@bk)
Now every page is the “Contact” page. LoL. π
Where did I mess up?
You have a reading problem, young man π
NO PAGE ID! just the slug…
So it isn’t “page_id=portfolio” – just “portfolio”
Thread Starter
bk
(@bk)
Oopss. Very sorry. My bad.
Works now. Thanks a bunch!