Category Archives: wordpress
Options Framework & Theme Customizer
While working on the next version of Techozoic Fluid I’ve been incorporating the new theme customizer features of WordPress 3.4. Currently Techozoic uses the Options Framework from Devin Price to handle all the settings pages. The framework is awesome and … Continue reading
Include Custom Post Type Templates From Plugin
While writing advanced plugins using custom post types sometimes it becomes necessary to completely take over the display of the particular custom post type display template. While using filters can work for most things sometimes a whole template must be … Continue reading
Simple WordPress Twitter follower count snippet
Updated version for API v1.1 Following on the idea from this post, sometimes a full-blown Twitter plugin is too much. Luckily Twitter has a rich API that is ripe for the taking of information. The API console is of great … Continue reading
Simple WordPress Twitter feed code snippet
Updated version for API v1.1 Sometimes a Twitter plugin is just the right fit for a site, other times it just might be overkill. If all that’s need is a simple list of recent Twitter posts this solution might be … Continue reading
WordPress 3.4 wp_get_theme – new function for retrieving theme data
Another new addition to 3.4 is the deprecation of the get_theme_data function, this function was used pull data from the header of a theme’s stylesheet. This function was useful for outputting theme data in a repeatable way. The new function … Continue reading
