Make WordPress Core

Changes between Initial Version and Version 15 of Ticket #3682


Ignore:
Timestamp:
02/23/2007 10:29:51 AM (18 years ago)
Author:
markjaquith
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3682

    • Property Status changed from new to reopened
    • Property Summary changed from is_home() returns FALSE when using a static page as your front page, should return TRUE to is_home() returns FALSE when using a static page as your front page
    • Property Milestone changed from 2.1.1 to 2.2
    • Property Keywords dev-feedback 2nd-opinion added; is_home removed
  • Ticket #3682 – Description

    initial v15  
    1 When a static page is being used as the front page of your blog, the is_home() function returns true instead of the desired false.
     1When a static page is being used as the front page of your blog, the is_home() function returns false.  There is no simple function for determining "front of site, regardless of blog or page"
    22
    33To recreate:
     
    994. Insert a simple is_home() test in your template.
    1010
    11 4. Observe the result of the is_home() function is false instead of true.
     114. Observe the result of the is_home() function is false