Author archives: Ptah Dunbar
Heavy development
Just publicly announcing that the latest version of WP Framework is still in heavy development and won’t be ready for the public until further notice. I’ll keep you guys informed once things become finalized, but in the meantime, there are plenty of great alternatives.
Looking for Beta testers!
Beta period is now closed. Over the past two weeks I’ve been working on WP Framework full time, knocking out the to do list and fixing bugs raised in the forums. As a result, WP Framework has received a boat load of new features and functionality that improves your theme development work flow dramatically. No seriously, WP ... Read More
API for including stylesheets and javascript
Currently, how do you include stylesheets and javascript into your theme or theme framework? I can think of two common ways: inserting the <link> or <script> tag directly into the header.php encapsulate the <link> or <script> tags into a function that hooks into an action hook (located in header.php) I’m not particularly happy with any of those methods. ... Read More
0.2.4.10 Release
This is the 10th maintenance release for WP Framework 0.2.4 that fixes several issues pointed out in the forums. Download 0.2.4.10 now. The next version of WP Framework will be 0.4 and will ship once WordPress 2.8 releases (It’s currently in beta testing) New structural changes to the templates and a brand new theme options page are two ... Read More
WP Framework is now available in extend
WP Framework is now officially in the WordPress themes directory which makes it easier for you to download and install new updates!
0.2.4 Release
WP Framework 0.2.4 is now available for download. It contains a lot of bug fixes and enhancements from the 0.2.3 version along with a new default look. WP Framework 0.2.4 has also been submitted to the WordPress Themes Directory, so it’ll be even easier to download/upgrade when new versions become available. As always, post any ... Read More
Development Releases
I’m going to hold off releasing the public download for any future version of WP Framework until I think it’s reached a matured enough state. Things are constantly changing in the code base and maintaining these revisions is getting a bit cumbersome. So the main download link will continue to be WP Framework 0.2.3 until any ... Read More
Throwback: Release 0.2.3
As promised, here’s an update for WP Framework 0.2.2 that further transitions you on over to the 0.3 release. Version 0.2.3 is a product of all the things I’ve learned with version 0.3, but without all the abstraction and MVC architecture. You guys wanted a more CSS friendly version and here it is. I pulled ... Read More
WP Framework’s Talk at WordCamp Miami 09
If you’re not up to speed, I went to WordCamp Miami a little while ago to talked about WP Framework. Here’s the orginal blost post about that. Since my presentational skills aren’t as descriptive as my writing, I thought I should rephrase what was said for those that weren’t there. The State of the Theme. So, here’s ... Read More
0.3 Release
Update: I pulled this release down as it was a bit rushed. However, you can download a much stable release 0.2.3 in the meantime until I get 0.3.1 out. Thanks. As many of you might know, version 0.3 is a major release for the project which introduces a lot of new functionality. It has been completely ... Read More