Opened 5 months ago

Last modified 5 months ago

#22957 new defect (bug)

get_boundary_post Only works from a single page

Reported by: pathawks Owned by:
Priority: normal Milestone: Awaiting Review
Component: Template Version: 2.8
Severity: normal Keywords: has-patch
Cc:

Description

I was trying to use get_boundary_post in my theme to display a link to the first and last posts, but it does not work from the homepage. Unless called from a single post, get_boundary_post will return NULL.

I can't see any reason for this behavior, or any good way around it.

Attachments (1)

22957.diff (1.1 KB) - added by pathawks 5 months ago.
get_boundary_post from any page

Download all attachments as: .zip

Change History (6)

  • Component changed from General to Template

Has been this way since introduction in [10815] (#8703).

What is the reason for this?

I understand why start_post_rel_link might want to only fire on single posts, but I see no reason to limit the avaliability of get_boundary_post.

On a related note, when there is nothing to return, why does it return NULL rather than FALSE like similar functions?

Last edited 5 months ago by pathawks (previous) (diff)

get_boundary_post from any page

  • Keywords has-patch added
  • Version set to trunk
  • Version changed from trunk to 2.8
Note: See TracTickets for help on using tickets.