Tag Archives: custom post types

Using custom taxonomy when getting posts with WordPress

Using custom taxonomy in custom post types means that you can add categories, or tags to your custom posts. This can be achieved with code like the following – added Read More »

Sorting order using a custom field in WordPress

I’ve been working recently on the portfolio section of this blog. It uses a custom post type I created that I’ve got installed as a plugin. One thing that always Read More »

Tags for custom post types

Custom post types can share tags with normal posts. To do this, add the following line into your custom post declaration.

Custom post types can actually also have their Read More »