i have a query php query_posts( array ( 'category_name' => 'faq', 'posts_per_page' => 2 ) )
i wanted to add next and previous pages for this but not able to
thank you in advance
|
i have a query php query_posts( array ( 'category_name' => 'faq', 'posts_per_page' => 2 ) ) i wanted to add next and previous pages for this but not able to thank you in advance |
|||
|
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Use this code
Remember to set it into the loop |
|||||||||||
|