Ultimate Web Tips

your Wordpress, jQuery, PHP, MySQL, Linux and CSS guide to a successful website

Archive for the ‘Wordpress’ Category

Thickbox is as jQuery plugin that WordPress use as it’s main popup window or modal view. It’s already built-in in…

WordPress has had the ability since a long time ago to add custom fields to posts. Also called as meta-data….

“WP Easy Backup” is a WordPress plugin that will create a database dump and zip all your media, theme and…

If you’ve registered a custom taxonomy it’s a bit different to get data from than how you’d normally do for…

November 8th, 2011

Remove slug from custom post type

28 Comments, Wordpress, by Joakim Ling.

In WordPress 2.9 custom post type was introduced, that opened a new world for many WordPress developers. I’ve come across…

November 3rd, 2011

Action, filter and hooks in WordPress

1 Comment, Wordpress, by Joakim Ling.

In WordPress almost all customization are built on hooks. Plugins use them to add scripts and stylesheets to the header…

I was confused for a good hour with this problem, scratching my head. My “Page template” drop down had disappeared….

August 2nd, 2011

WordPress 3.0 guide to custom taxonomies

No Comments, Themes, by Joakim Ling.

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…

When creating plugins nowadays it’s very common that you want to use AJAX functions to get a better user experience….