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.
July 18th, 2011
Get image path relevant to your WordPress Theme
No Comments, Themes, Wordpress, by Joakim Ling.If you are new to creating themes in WordPress it can be a bit tricky to get the relevant image path.
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.