Page 1 of 1

serendipity_rewriteURL, serendipity_makePermalink etc.

Posted: Thu Aug 18, 2005 4:47 pm
by Dinges
How to use these to recreate links?

Re: serendipity_rewriteURL, serendipity_makePermalink etc.

Posted: Thu Aug 18, 2005 6:33 pm
by garvinhicking
What exactly do you want to do?

Regards,
Garvin

Posted: Thu Aug 18, 2005 9:51 pm
by Dinges
Recreate the category links, recreate the article links

Posted: Fri Aug 19, 2005 1:11 pm
by garvinhicking
Use

Code: Select all

serendipity_buildPermalinks();
This function takes no arguments and recreates all entry, author and category permalinks. This function is called everytime you change any Permalink pattern in the configuration, so you can also call it through the interface by changing one path back and forth.

Regards,
Garvin