Nate Allen

Results 4 comments of Nate Allen
trafficstars

A page can meet both conditions. If the settings under _Settings->Reading->Your homepage displays_ are left at default, the home page will return true for both `is_front_page()` and `is_home()` This is...

@audrasjb Hmm, I don't think this is a bug though. You said: > Nothing can meet the condition below: > > if ( is_front_page() && is_home() ) But the default...

Thoughts on storing the transient a lot longer than an hour? Like 24 hours or more, and clearing the transient on update?

I played around with transients and wasn't able to come up with a solution for the `mesh_get_sections` and `mesh_get_section_blocks` functions. I did add a transient for storing the output of...