Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#17550 closed defect (bug) (invalid)

if (is_home() || is_front_page()) not working correctly

Reported by: webvitaly Owned by: webvitaly@…
Priority: normal Milestone:
Component: General Version: 3.1.2
Severity: normal Keywords:
Cc: Focuses:

Description

I have "About" page - which is chosen as front page;
and "News" page - which is chosen as posts page;
I have such code:

if (is_home() || is_front_page()){
	echo '=output=';
}

The string '=output=' prints on "About" and "News" page. But "News" page is not homepage and not front page. I think this is the bug.

Change History (3)

#1 @webvitaly
15 years ago

  • Cc webvitaly added

#2 @jorbin
15 years ago

  • Resolutioninvalid
  • Status newclosed

#3 @ocean90
15 years ago

  • Milestone Awaiting Review
Note: See TracTickets for help on using tickets.