Author Archives: Jeremy Clark

About Jeremy Clark

Small town IT worker with interests in all things technological and technical. Biggest interests are in web development especially the WordPress publishing platform and the community supporting it. Currently developing and maintain the free WordPress theme Techozoic. I'm also always available for hire.

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

Posted in wordpress | Tagged , , , | Comments Off on Making Theme Widget Areas More Dynamic

Google Maps API

In a recent project it was asked to provide a Google map on a number of pages. It would have been to time consuming to create a custom map and manually place the code on each page. Instead using the Google Maps API was a better choice because the address could be pulled from a custom field in the post and used to create the map. The first step is signing up for a API key, as with most Google products is free and only requires a Google account. Continue reading

Posted in wordpress | Tagged , , , , , , | Comments Off on Google Maps API

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

Posted in tips, wordpress | Tagged , , , | 143 Comments

WordPress Theme Developers Tip – Theme Update Noticifications

While doing some work for a client, they were wanting to tie into the update notifications that a user gets when a theme has an updated version in the WordPress theme directory. The catch is this was a premium theme … Continue reading

Posted in tips, wordpress | Tagged , , , , , | 4 Comments

Summer Time Rush

Summer time is a busy time for me at work and updates will be sparse but I will still be answering questions on the support forum. Please stay tuned for updates. If you’d like please subscribe to my RSS feed … Continue reading

Posted in Aside | Comments Off on Summer Time Rush