#1525 closed defect (bug) (invalid)
Kubrik Achive Format Problem
Reported by: | pebdakota | Owned by: | 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('« Previous Entries') ?></div>
<div class="alignright"><?php next_posts_link('Next Entries »') ?></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)
Change History (7)
#1
@
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.
Note: See
TracTickets for help on using
tickets.
Patch for current 1.6 SVN