Page Navigation

Hi,

I have attempted to change the wp_link_pages navigation on content.php by adding in:

'nextpagelink'     => __( 'Newer Pictures' ),
'previouspagelink' => __( 'Older Pictures' ),

For some reason this does not affect the text shown which says Older Posts/Newer Posts. Please could you let me know how to make this change work?

Older/Newer post navigation function is called sparkling_paging_nav and you can edit it in template-tags.php

Your mentioned wp_link_pages is for Pagination inside Posts/Pages if they are divided in parts using <!–nextpage–> tag.

Perfect, thanks