Does anyone know how to get simple previous/next node links in node page by using this api?

I have follow this instruction on this page -http://www.pjmccormick.com/words/next-previous-node-links-drupal-7
but not works.

Comments

dgastudio’s picture

same here

mgladding’s picture

Did you also configure the module? admin > config > system > prev_next

idflorin’s picture

I've made a simple tutorial about Previous/Next navigation links in Drupal 7.

This code also adds

<link rel="next" ....
<link rel="previous" .....

in your site's head and title attribute for the prev/next links. I'm using this code on Car Division.

bhosmer’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)