Thickbox is as jQuery plugin that WordPress use as it’s main popup window or modal view. It’s already built-in in…
February 21st, 2012
How to use WordPress native Thickbox support in front end
No Comments, Wordpress, by Joakim Ling.February 15th, 2012
Make custom columns sortable in WordPress admin
No Comments, Wordpress, by Joakim Ling.WordPress has had the ability since a long time ago to add custom fields to posts. Also called as meta-data….
February 1st, 2012
WP Easy Backup – Save all your custom files and database in one click
1 Comment, Plugins, by Joakim Ling.“WP Easy Backup” is a WordPress plugin that will create a database dump and zip all your media, theme and…
December 9th, 2011
Get custom taxonomy name from post id with get_the_terms
No Comments, Wordpress, by Joakim Ling.If you’ve registered a custom taxonomy it’s a bit different to get data from than how you’d normally do for…
In WordPress 2.9 custom post type was introduced, that opened a new world for many WordPress developers. I’ve come across…
In WordPress almost all customization are built on hooks. Plugins use them to add scripts and stylesheets to the header…
October 27th, 2011
WordPress custom page templates not showing
2 Comments, Wordpress, by Joakim Ling.I was confused for a good hour with this problem, scratching my head. My “Page template” drop down had disappeared….
Taxonomies are used to group, classify and order posts in WordPress. You are probably familiar with tags och categories that…
Many are upgrading to PHP 5.3 and experience a lot of difficulties in earlier versions of WordPress. WordPress 3.2+ is…
July 28th, 2011
Create a custom AJAX action with JSON response to your WordPress plugin
8 Comments, Plugins, by Joakim Ling.When creating plugins nowadays it’s very common that you want to use AJAX functions to get a better user experience….