I fired up my local server today and installed the latest version of WordPress 2.9 and was surprised to see the basic image editing tools already available in the media library. I decided that the best way to display them in action was through video which also gave me another reason to open up CamtasiaStudio. In the video, I show off each individual tool as well as provide feedback on the crop tool as at this stage, does not appear to be user friendly. But, it’s very early in the development stage so it will most likely be better once it hits the public’s hands. Check out the video.
My Child Theme Technical Hurdle
As most of you are aware, I ended up choosing to edit a child theme of the Theme Hybrid framework called Hybrid News. Out of the gate, using a child theme that is built on top of a framework certainly has a learning curve. For instance, if I installed a plugin where the directions told me to place a line of code in a certain theme template file, I couldn’t do that in this child theme since it’s primary purpose is to be compiled mostly of CSS without touching the core of the framework which holds the theme together.
Instead, it’s up to me to figure out how to add that plugins code to my child themes functions.php file. Something which requires I as an end user to know about filters, hooks, or other weird developing terms. In this instance, I believe child themes have raised the technical bar. I know if I put in a support query, Justin will be right there to answer it but I feel like a loony for having to rely on support in order to accomplish something which was easy before hand. I know some would argue that functions of a plugin should be added to a custom functions.php anyway to prevent it disappearing if a theme upgrade were to occur.
Other than this hurdle, I don’t have much to complain about. The experience has gone over rather well and it was nice to just edit the CSS of a theme for once without having to edit 5 separate template pages.
So should their be an easier way to customize where and when a plugins output will show up in a theme by implementing an interface of sorts for these plugin functions or should I just buckle down and learn a thing or two regarding functions.php, hooks, filters, and those other funky terms?
Akismet 2.5.4 Adds Easy Link Removal Button
By Jeffro on January 12, 2012
I use this feature quite a bit because even though a comment may come across as spam, it appears relevant enough to the post that I publish it without the benefit of the commenter URL. Some folks don’t like this behaviour and would prefer that either the comment is deleted or published in its entirety. Are you one of those people?
Share this:
Posted in Plugins | Tagged comments, editing, plugin, url | 9 Responses