I wish to use the following scheme for my single post pages which use nextpage-tag using wp_link_pages
<< 1|2|3|4|5|6 >>
The problem is that the next_or_number argument lets me use either number (1,2,3,4...) or text using special characters (previous, next, <<, >>, <, >).
How can I achieve the scheme as given above,
at present I have done it by declaring same function (wp_link_pages) twice, on with number and other with text, but they are being displayed erroneously at: URL = http://www.marvellabs.com/glossmag/fashion/22/,
please assist..
Thanks in advance