Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#10411 closed defect (bug) (worksforme)

pagination not working, even with default theme

Reported by: tazatek's profile tazatek Owned by: miqrogroove's profile miqrogroove
Milestone: Priority: normal
Severity: normal Version: 2.8.1
Component: General Keywords: reporter-feedback
Focuses: Cc:

Description

The default navigation, as referenced here from the default theme that comes with 2.8.1:

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

doesn't display the prev/next navigation arrows that one would expect.

I minimized to have no plugins installed, more than 100 posts in the blog (so there is need for pagination), and reduce the number of posts to 2 per page (in settings/reading).

I don't use the default theme for anything but testing, but we now have several blogs (with diffing themes) that are supposed to have navigation, and don't. These are using 2.8 and 2.8.1.

Change History (5)

#1 @tazatek
15 years ago

Reformat Edit:

The default navigation, as referenced here from the default theme that comes with 2.8.1:

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

doesn't display the prev/next navigation arrows that one would expect.

I minimized to have no plugins installed, more than 100 posts in the blog (so there is need for pagination), and reduce the number of posts to 2 per page (in settings/reading).

I don't use the default theme for anything but testing, but we now have several blogs (with diffing themes) that are supposed to have navigation, and don't. These are using 2.8 and 2.8.1.

#2 @miqrogroove
15 years ago

  • Cc miqrogroove@… added
  • Keywords reporter-feedback added; pagination next prev navigation removed
  • Owner set to miqrogroove
  • Status changed from new to accepted

I doubt there is enough information here to identify any bug. It looks more like a tech support request. tazatek, please provide an example or a comparison between what is working and what is not working.

#3 @miqrogroove
15 years ago

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

This is very easy to reproduce. When adding galleries to posts, the author is given the option to insert code like [gallery orderby="title"] rather than [gallery]. This creates an explicit sorting mismatch between the post and the image pages.

OP may reference this ticket in the support forums, but I am marking the bug invalid.

#4 @miqrogroove
15 years ago

  • Resolution invalid deleted
  • Status changed from closed to reopened

ugh I just posted that on the wrong screen

#5 @ryan
15 years ago

  • Milestone 2.9 deleted
  • Resolution set to worksforme
  • Status changed from reopened to closed

Reopen with requested feedback.

Note: See TracTickets for help on using tickets.