Modify ↓
#2440 closed enhancement (fixed)
next/prev post links
| Reported by: | Danny | Owned by: | osimons |
|---|---|---|---|
| Priority: | normal | Component: | FullBlogPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.11 |
Description
I'd like to be able to have next/prev links show up when viewing a blog posting to be able to go back and forth when reading blog posts.
Given that some of the views might just be categories, it'd probably be limited to a date-wise next/prev.
Also noted is that links should include the rel attribute and be set to rel='prev' and rel='next' respectively, some browsers will pickup on this fact for easier navigation.
<< previous_title next_title >> Current title ...
Attachments (0)
Change History (2)
comment:1 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 Changed 18 years ago by
| Trac Release: | 0.10 → 0.11 |
|---|
Just updating the Trac Release property. Not that it matters much.
Note: See
TracTickets for help on using
tickets.



(In [3102]) FullBlogPlugin: Previous and Next navigation implemented. It just looks at all posts regardless of the listing it originated in, and it respects permissions.
Closes #2440.
Thanks for the good idea!