Home » Blog » WordPress
Archive for the ‘WordPress’ Category
All blog articles within this category are listed here.
Monday, November 16th, 2009
Every once in a while you come across a idea for a plugin that seems so obvious, yet far-fetched, that you can’t imagine that the plugin isn’t build already. That’s what happened when I got the idea for the Latest Update Date WordPress plugin.
A new client of me always had a date displayed in the [...]
Read the full article: New WordPress plugin: Latest Update Date
Tags: latest update date, wordpress plugins
Posted in WordPress | No Comments »
Tuesday, November 10th, 2009
A request that I’ve received more than once lately, is to make a rewrite on my ‘How to create a WordPress plugin’ that I published on one of my previous blogs. Off course, I’m more than happy to publish it here again, mostly because it is so easy to create your own plugins and you [...]
Read the full article: Create your very own WordPress plugin
Tags: add_filter, str_replace, wordpress plugins
Posted in WordPress | No Comments »
Monday, October 26th, 2009
A post by Joost de Valk on Conditional Thickbox loading made me think on how this could be applied to a lot of plugins. For example, let’s take a look at Sociable.
Sociable is the plugin we all know, that shows those nice little chicklets to allow easy sharing of your articles via social networks and [...]
Read the full article: WordPress plugins: Use conditional file loading
Tags: conditional file loading, sociable, wordpress plugins
Posted in WordPress | 2 Comments »
Wednesday, October 14th, 2009
Have you ever come across a point where you notice there is something wrong with a WordPress theme, but you just don’t know where to look? I know I have been there, and so is Joost de Valk, who published the WordPress Debug Theme today.
The things that I really like about it are the variables [...]
Read the full article: Speedy development with WordPress Debug Theme
Tags: joost de valk, wordpress debug theme, wordpress themes
Posted in WordPress | No Comments »
Friday, October 9th, 2009
In the past few days I have received more email, tweets and retweets on Twitter and phone calls than in the month of September in total. The reason is the launch of my Teezir blocking WordPress plugin. Once I launched that plugin, people have been massively downloading it, loving it and sharing it with other [...]
Read the full article: Buma crawlers surrender before they even started
Tags: block buma crawler, buma/stemra, teezir blocker, wordpress plugins
Posted in WordPress | 4 Comments »
Tuesday, October 6th, 2009
UPDATE: Victory for us as bloggers, Buma crawlers surrendered!
Today was a sad day for lots of Dutch bloggers. The BUMA/STEMRA announced some new rules for embedding videos from YouTube for example. Starting next year, you have to pay for embedding videos on your blog that contain music that is licensed by BUMA/STEMRA. Yes, you can [...]
Read the full article: First steps in blocking BUMA crawlers in WordPress
Tags: block buma crawler, buma/stemra, teezir blocker, wordpress plugins
Posted in WordPress | 64 Comments »
Friday, October 2nd, 2009
Creating a custom WordPress theme can be quite some work, even when you are pretty skilled with HTML, CSS and know your way through the theme requirements.
The best thing that I’ve done to reduce the time I need to develop a new WordPress theme, is to create a wireframe theme. A wireframe is nothing more [...]
Read the full article: Create wireframes to build WordPress themes faster
Tags: wireframe, wordpress themes
Posted in WordPress | 5 Comments »
Wednesday, September 30th, 2009
My Creative Commons Suite plugin has been released in the WordPress plugin database. This plugin makes it really easy to add a link to the Creative Commons license you desire, to protect your content.
Yes, I know that there are other plugins around that do the same. But this plugin has more options and even more [...]
Read the full article: New WordPress plugin: Creative Commons Suite
Tags: creative commons, creative commons suite, wordpress plugins
Posted in WordPress | No Comments »
Easily customize your WordPress comments looks
Saturday, September 26th, 2009As you might know, the function that displays the comments on your WordPress blog (wp_list_comments()) is declared inside the WordPress core. Have you ever wondered how to customize the look of your WordPress comments within your theme and without having to change anything to the core? It is possible and can be done easily.
But many [...]
Read the full article: Easily customize your WordPress comments looks
Tags: comments, wordpress scripts
Posted in WordPress | No Comments »