Sooner or later, we all write something that could make use of some caching. I’ve seen several plugins store cache data using the options API — though this will work, it’s probably not the right place to do this. Instead, you can easily use the WordPress transient API. Unlike the options API, the Transients API [...]
January 20, 2012 By Leave a Comment
Though custom post types have a lot of label configuration options, the one glaring omission was the in-field “Enter Title Here” text that appears in the title field. Since the “title” area of a custom post type may not necessarily used for a “Title”, changing this will reduce confusion and make better sense from a [...]
Recent Comments