Page 1 of 1

serendipity_fetchPrintEntries and pagination

Posted: Wed Apr 22, 2009 5:04 pm
by mattsches
Hi, I have a static page (/all_articles.html) where in simply output my entries with

Code: Select all

{serendipity_fetchPrintEntries noSticky=true}
Problem is, the pagination isn't working. The link in the pagination is /all_articles/P2.html which seems to be wrong somehow. Haven't been able to figure out what's wrong or how to fix this: either add a RewriteRule to .htaccess, or change the link, or add a parameter to serendipity_fetchPrintEntries?

Any help appreciated
- Mattsches

Re: serendipity_fetchPrintEntries and pagination

Posted: Wed Apr 22, 2009 7:42 pm
by garvinhicking
Hi!

That's more problematic...the pagination variables are usually evaluated within the index.php file, but this only applies for "archives" views, not for staticpages.

I must admit I don't know a good solution to this from the top of my head right now.

Regards,
Garvin