This morning I finally got through reviewing a series of Masonry based themes. Masonry is a JavaScript grid layout library. Masonry works by arranging elements in optimal position based on available vertical space, much like a mason fitting stones in a wall. In other words, it makes grid layouts look …
This is not going to be a particularly interesting late night blog post as all I did was back stuff up and run some updates. Things updated For anyone that cares, there were some updates and I applied them. WordPress core updated to the latest version 11 Themes updated I can …
Author Buzz UK is to get a whole new look. I posted recently about creating a WordPress Theme Framework. The idea is that it should be something that can be used as a foundation to build author-centric themes for WordPress. As I said in my last post, I am not a …
Author Buzz UK are working on a new WordPress Theme Framework specifically for authors. One of the things to come out from the work we have been doing for Author Buzz UK is that many themes only mostly fit the needs of writers. If you add in the need for …
It seems to me that everything about WordPress, BuddyPress and the like are written in such a way as to be so mind numbingly hard it might honestly be easier to get a vogon to write good poetry. Last time, in “The World’s Grumpiest Dev” I talked about how much …
Creating a child theme has nothing whatsoever to do with actual children. It is a WordPress term that basically means the same as extends does in PHP. For those of you reading this that are not PHP geeks, a child theme is like creating modifications without modifying the theme itself. You …