Arras Theme 1.3.2 Now Available
It is truly my pleasure to announce the Arras Theme has been approved and is now available in the WordPress themes directory! Many thanks for those who have helped in the testing of this release, including the guy in charge of mantaining the directory and approving it.
The Buffet Framework – Adding Minify
While we wait for Arras Theme 1.3.0 to get approved and posted up into the WordPress themes directory, let’s shift the focus back to the Buffet Framework.
I have been actively developing the framework, pushing in new ideas and finding simple approaches to make theme development much easier. If you have actually explored the repository up at Google Code, you would have noticed some additions into the framework.
Minify Support
One of the main features that I have been trying is to add support for Minify, which allows you to combine, minify and cache your CSS and JS files. WordPress actually has an internal caching feature for their CSS and JS files that will be implemented in 2.8, but it will only be used in admin. So to provide support for this app, the theme developer would probably have to do the following things:
- Define the path Minify is installed, with their own configuration.
- Use
wp_enqueue_scriptto add their own JS files instead of echoing out the HTML tags like you would normally do. - Use a special framework function
bf_add_stylesheetto include your stylesheet instead of using@importor the<link>tag.
As long as the path to the installation path is defined, the framework will kick in and add an option into the admin to allow theme users to enable or disable the feature. An additional option will also appear to allow the users to delete the cache should they change anything in their CSS and JS files.
This feature should appear in the 0.6 stable release of the framework.
Arras Theme: Pulling the Plug for Paid Support
For the past few weeks I have been thinking about the future for Arras Theme, my first WordPress premium theme. As I might not be able to provide any support for the theme towards the end of July, I have been thinking of solutions on how to keep the theme available and updated.
Let’s just be honest, the theme does not make as much revenue compared to other premium theme forerunners such as WooThemes and StudioPress. So hiring someone to do the job for support, in my opinion, might not be feasible (when I mean hiring someone he/she must know what he is doing).
Another thing is that I have joined the WPSynergy (formerly WPGorilla) team, where we aim to create great free premium themes for everyone to use. The GPL, and the idea of free software really influenced me a lot into making a decision for this theme.
Hence, I have decided to end commercial support for this theme. If you have purchased any theme packages offered either here or the official website, commerical support will end at June 31, 2009. That leaves you about a month and a half to spam all your support requests to me.
Wait! Does that Mean it’s the End?
Nope, this does not mean that it is the end of the theme. I will still provide updates and support whenever I can via forums, email or IM (you can try spamming me every night like most customers do, it might work
).
When I am writing this post, the major update 1.3.0 is completed and ready for release. I will try to upload the theme to the WordPress themes directory, which means getting updates will be way easier now.
What it also means, is that Arras Theme is going to be a free-mium WordPress theme. IMO, this works better. More bugs will be found, more ideas can be thrown around, it would greatly benefit the theme.
What’s Going to Happen in the Next Few Days?
Just to summarize what I have been crapping about:
- Commerical Support will end at June 31, 2009
- Support Forums will be revamped and opened up to everyone (into Community Forums)
- Arras Theme 1.3.0 will be available via WordPress themes directory (needs approval)
- I get no income via Arras Theme (that means if you like it, start donating!)
I hope I did not drop a bombshell here…
New Theme…Take Six!
Finally done up a unique blog design for this website. I intended to continue working on the design aspect of this theme but I accidentally deleted the PSD file.
The portfolio page is still being worked on. I have my works thrown all over hard drives and portable devices, so it will take me a while to consolidate them.
This theme, by the way, is created with the Buffet Framework as the parent theme.
The Buffet Framework 0.5.4 Now Available
A bugfix release of the Buffet Framework is now available. Changes include:
- Featured Post Extension – Shows a featured post based on the assigned category you have set in the theme options
- Revamped Extension Class – Reorganized the class structure to make it more similar with WordPress 2.8’s WP_Widget class
- WordPress 2.8 Trunk Support
- Complete Blueprint CSS Framework included
- More Bugs & Fixes