Make WordPress Core

Opened 20 years ago

Closed 19 years ago

Last modified 18 years ago

#1525 closed defect (bug) (invalid)

Kubrik Achive Format Problem

Reported by: pebdakota's profile pebdakota Owned by: markjaquith's profile markjaquith
Milestone: Priority: normal
Severity: normal Version: 1.5.1.2
Component: Template Keywords: bg|has-patch bg|commit
Focuses: Cc:

Description

In the archive.php file for kubrick the next and previous page navigation pointers for multipage archives are reversed. The next page is shown with the previous page arrows, and the previous pages are shown the next page arrows.

The specific lines to be fixed are (shown as I fixed them):

<div class="navigation">

<div class="alignleft"><?php previous_posts_link('&laquo; Previous Entries') ?></div>
<div class="alignright"><?php next_posts_link('Next Entries &raquo;') ?></div>

</div>

The changes need to be made at two places in the document to fix the navigation pointers at both the top and bottom of the page.

Attachments (1)

archive.php.diff (1.0 KB) - added by markjaquith 19 years ago.
Patch for current 1.6 SVN

Download all attachments as: .zip

Change History (7)

@markjaquith
19 years ago

Patch for current 1.6 SVN

#1 @markjaquith
19 years ago

  • Keywords bg|has-patch bg|commit added
  • Milestone set to 1.6
  • Owner changed from anonymous to markjaquith
  • Status changed from new to assigned

Nice catch.

#2 @matt
19 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

(In [2808]) Reversed links, fixes #1525

#3 @ryan
19 years ago

This is done on purpose and is part of the Kubrick navigation style. All of the Kubrick templates are like this. #2808 should be reversed.

#4 @ryan
19 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#5 @ryan
19 years ago

  • Resolution set to invalid
  • Status changed from reopened to closed

#6 @(none)
18 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.