5 most used WordPress plugins
A list of 5 WordPress plugins I use in my projects. 5 plugins I use a lot! 1. Yet Another Photoblog – I like to use YAPB for adding images to posts or pages on specified positions. For example: the...
View ArticleMultiple Template Images
Update 2011: I really advice to use use the Advanced Custom fields plugin to add images and all kinds of extra meta boxes to your posts, pages or custom post types. Multiple Template Images is out of...
View Article5 most used WordPress plugins (2)
An update on my 5 most used WordPress plugins. I’m working hard on a couple of WordPress websites and discovered some pretty nice plugins. So my list (of the last two months) changed: More Fields – You...
View ArticleVerve Meta Boxes – WordPress Multi Site Timthumb fix
Timthumb doens’t work with a WordPress multi site (MU), fortunately there is a fix for this problem on the Binarymoon blog (developer of Timthumb). Update: This fix is now included in the new version...
View ArticleWordPress random post order not working (orderby=rand)
I had a situation where my random post wasn’t working at all, it just displayed the last added post or page (or custom post type). I was running a custom query like: <?php...
View ArticleTimThumb upscale fix: stop timthumb from upscaling small images
TimThumb is hosted on http://code.google.com/p/timthumb/, more documentation on the website of the author BinaryMoon. I had problem with TimThumb, first off all with my multisite but i found a nice fix...
View ArticleAdd ‘first’ and ‘last’ class to wp_list_pages
As a frontend developer I like to have a lot of pre-defined classes in page lists, menu’s and things like that. Unfortunately WordPress doesn’t have a first and last class in the wp_list_pages...
View ArticleList subpages of a parent page
I’m using the wp_list_pages function a lot for displaying parent pages in the main menu. I usually only show the parent pages without children (on a homepage). In the function I use depth=1 to only sum...
View ArticleChange the language of a Multisite
This week I had problems with changing the language of my multisite, for those who have the sample problem I wrote a quick guide: On a normal WordPress installation you can change the language in your...
View ArticleDelete malware warning counter-wordpress.com
There is a leak in old versions of TimThumb, read the article about it here. This week (started on august 22) many WordPress (with TimThumb) users encountered problems with there websites. Google...
View Article