phpns-team team mailing list archive
-
phpns-team team
-
Mailing list archive
-
Message #00224
Re: [Question #50110]: next and previous news entry link?
Question #50110 on phpns changed:
https://answers.launchpad.net/phpns/+question/50110
Status: Open => Answered
alecwh proposed the following answer:
You can do this through pre-include variables, not through templates.
Use these:
$phpns['items_per_page'] = 1;
$phpns['category'] = CAT_ID; //(edit this with the category id)
Then, in the templates, you can just edit out the pagination numbers,
and just leave the previous and next buttons.
--
You received this question notification because you are a member of
Phpns-team, which is an answer contact for phpns.