Tag Archives: php
Updated WordPress Twitter Functions
Since the retirement of version 1.0 of Twitter’s API is underway, I’ve been updating the Twitter integration code in the Techozoic Fluid theme. I don’t agree with all the changes to the API, especially the requirement that all API requests, … Continue reading
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
Cloud-Based Development Environment
Keeping development environments in sync between two locations can be challenging. One solution might be to switch to a cloud-based environment using DropBox. Netbeans is an IDE that works very well, as it has ftp/sftp support and git/svn integration. Netbeans … 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
