Category Archives: wordpress

Simple:Press Forum to bbPress Forum Conversion

As part of a refresh on this site, the support forums have been migrated over to bbPress. There are a handful of importers available for some of the major forum software packages, but none existed for the plugin Simple:Press forum. … Continue reading

Posted in guides, tech, wordpress | Tagged , , | Leave a comment

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 , , , | Leave a comment

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 , , , , , , | Leave a comment

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 , , , | 48 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