Ultimate Web Tips

your Wordpress, jQuery, PHP, MySQL, Linux and CSS guide to a successful website
Read more:
Posts Tagged ‘Theme customization’

Taxonomies are used to group, classify and order posts in WordPress. You are probably familiar with tags och categories that are default taxonomies in WordPress. Since WordPress 3.0 theme developers are now able to add their own custom taxonomies, usually done in functions.php in the theme folder.

If you are new to creating themes in WordPress it can be a bit tricky to get the relevant image path.

March 24th, 2011

Get all categories on current post

No Comments, PHP, Wordpress, by Joakim Ling.

A while a go I spent a few minutes trying to figure out the best way to get all categories on the current post in WordPress.