#1559 closed defect (bug) (invalid)
Reading Settings fallback option when none is selected at Front page displays
Reported by: | Cybr | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | close |
Cc: |
Description
Hi,
I found a bug that makes the home page think it's a page. (I didn't look at the WP_Query variables)
Here are the steps to replicate the issue:
- Go to /wp-admin/options-reading.php
- Delete the selected option at "Front page displays" through Developer Tools/Web Inspector.
- Save settings.
Now no setting is selected.
The home page is a Posts Page but WP_Query doesn't recognize it as one, nor as a front page at all.
This causes all kinds of issues when plugins/themes rely on is_front_page()
.
Thanks!
Change History (3)
Note: See
TracTickets for help on using
tickets.
I see this is posted in meta (oops..), could someone move it to core? Thanks!