Opened 15 years ago
Closed 15 years ago
#10411 closed defect (bug) (worksforme)
pagination not working, even with default theme
Reported by: | tazatek | Owned by: | 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('« Older Entries') ?>
</div>
<div class="alignright">
<?php previous_posts_link('Newer Entries »') ?>
</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)
#2
@
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
@
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.
Reformat Edit:
The default navigation, as referenced here from the default theme that comes with 2.8.1:
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.