Tag Archives: theme
Blank Archives After Deactivating Jetpack
One of the latest features I’ve added to my Techozoic theme was infinite scroll support for the Jetpack plugin. It’s a great feature and fairly easy to integrate. One snag I ran into was after testing with Jetpack enabled and … 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
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
Making Theme Widget Areas More Dynamic
Making a horizontal widget area more dynamic. Instead of hard-coding the widths of each widget and making the layout static, I decided to make it have dynamic widths. By dynamic I’m not just talking about using percentage widths, but making the widths dependent on how many widgets are added to the area. By using a built-in WordPress function and some simple php math, dynamic widths can easily be applied. Continue reading
WordPress Self-Hosted Plugin Update API
Have a plugin that can’t be submitted to the official repository? Code is now on GitHub please see here for updated version. Many reasons exist but the biggest is that the plugin/support is sold therefore can’t be downloaded for free. … Continue reading
