I would like to add previous and next buttons to each node of my Drupal website.
These links are supposed to point to the next node in the website content.
How can I make it ?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Custom Pager module does exactly what you want. You can use a view to define which nodes are the next/previous one.
If you’re using the Image module, the setup of the custom pager for images is in the documentation.