Might be worth using is_front_page() instead of is_home() for sites that don't have their latest posts on the home page?
Might be worth using is_front_page() instead of is_home() for sites that don't have their latest posts on the home page?
That's probably a good idea. I believe it was added in 2.5, but I could test the function to see if it exists and use is_front_page(), and use is_home() if it doesn't. (Unless anyone has better ideas.)
Thanks. I'll update the plugin with that.
You must log in to post.