Archive for the ‘WordPress’ Category
Elastic is a new approach to WordPress themes.We think that theme options aren’t enough—themes should be easy for anyone to edit. We believe that user-friendly theme editing can produce developer-friendly themes, all for the price of free.
WordPress is, by far, one of the most versatile pieces of software out in cyberspace today. As a developer and designer, my first choice for any project, no matter the scope or purpose, is to see if it’s a job WordPress can handle. 9 times out of 10, it is. People ask me how software can be so versatile, and how much work is involved to get it that way. Honestly, it all boils down to the plugins you use, with a few special modifications here and there that most anyone can do.
How To Use WordPress for Dang Near Anything: The Slides | Mitch Canter is [studionashvegas].
I have run into the same issue and here is what I did to resolve it:
In /wp/wp-includes/functions.php
Add the following before the first function:
date_default_timezone_set(‘America/New_York‘);
Not sure if this is the best place to put this but some of the other places I tried it didn't work or only worked for certain parts of WordPress
via WordPress › Support » Php 5.3.0 & WP 2.8 (It is not safe to rely on the system’s timezone).