Opened 7 years ago

Closed 7 years ago

#3234 closed defect (bug) (fixed)

Feed inconsistencies when page_on_front and page_for_posts set

Reported by: mdawaffe Owned by: mdawaffe
Priority: normal Milestone: 2.1
Component: Administration Version: 2.1
Severity: normal Keywords: has-patch 2nd-opinion
Cc:

Description

www.example.com

Options -> Reading

Set page_on_front to 'front'

Set page_for_posts to 'posts'

www.example.com/feed shows posts feed. I don't know what the expected behavior is here.

www.example.com/posts/feed shows global comments feed. I (and get_feed_link()) expect to see the global posts feed.

Attachments (1)

3234.diff (807 bytes) - added by mdawaffe 7 years ago.
set is_singular to false when page_for_posts

Download all attachments as: .zip

Change History (3)

set is_singular to false when page_for_posts

  • Keywords has-patch 2nd-opinion added
  • Owner changed from anonymous to mdawaffe
  • Status changed from new to assigned

3234.diff

This sets is_sigular to false when page_for_posts is being displayed. I'm not sure if this has other implications.

  • Resolution set to fixed
  • Status changed from assigned to closed

I seem to have duplicated my own ticket. How embarrassing :)

#3351 [4463]

Marking as fixed with the caveat that I still don't know what www.example.com/feed shuld contain.

Note: See TracTickets for help on using tickets.