• Resolved deadalone

    (@deadalone)


    Since I’ve upgraded WordPress to version 2.8.4, on every post pages (www.—-.com/page/2/, for example), the next and previous links appears twice, I mean, before upgrade it looked like “<< previous page” and “next page>>”, being “previous articles” the new ones, and “next page” the previous ones, which is correct, but now it appears “<< previous entries — << previous page” on the left side of the page and “next page>> — next entries >>” on the right side of the page.
    I looked at the link-template.php file and the code has changed on this new version, so I think I have to modify something there, but I don’t know what things I have to change, please any suggestion???

    Thank you!

    Jorge.

Viewing 1 replies (of 1 total)
  • Thread Starter deadalone

    (@deadalone)

    I’ve fixed it.

    If anyone have the same problem, you have to go to the link-template.php file and change this:

    ‘sep’ => ‘ — ‘,
    ‘prelabel’ => __(‘« Previous Page’),
    ‘nxtlabel’ => __(‘Next Page »’),

    with this:

    ‘sep’ => ‘ ‘,
    ‘prelabel’ => __(”),
    ‘nxtlabel’ => __(”),

Viewing 1 replies (of 1 total)
  • The topic ‘problems with “<< Previous Page – Next Page >>” link-template.php’ is closed to new replies.