Permalinks - %title% is what exactly?
Posted: Mon Nov 29, 2010 4:05 pm
Hello,
I've decided using serendipity since it fits my needs perfectly. One thing I am doing is using my website (not the serendipity blog site) to show serendipity blog entries, by accessing the DB and grabbing info using my own php.
In my website, I want to have links to my blog pages, and the permalink for linking to blog page can use %id% and %title%, the thing is I'm wondering is, how different is title and %title%, how does %title% change the actual title:
I know the %title% changes spaces [ ] to dashes [-], and probably deletes certain punctuations like question marks [?].
Where do I find the code that tells me exactly what %title% is?
I've decided using serendipity since it fits my needs perfectly. One thing I am doing is using my website (not the serendipity blog site) to show serendipity blog entries, by accessing the DB and grabbing info using my own php.
In my website, I want to have links to my blog pages, and the permalink for linking to blog page can use %id% and %title%, the thing is I'm wondering is, how different is title and %title%, how does %title% change the actual title:
I know the %title% changes spaces [ ] to dashes [-], and probably deletes certain punctuations like question marks [?].
Where do I find the code that tells me exactly what %title% is?