Author Archives: Joel Kuczmarski

HI! My name is Joel! I’m from Evanston and live in Chicago. I like PHP, MYSQL, and TATER TOTS.

Tutorial: How to add forms to Store-Locator plugin in WordPress

Yesterday I had to add some custom forms to a WordPress plugin called Google Maps Store Locator for WordPress (version 1.2.28) and found it’s not as straight-forward as one might expect. After about forty-five minutes of digging through all of the plugin’s files, I located four that were of use to me:

/store-locator/view-locations.php
/store-locator/add-locations.php
/store-locator/generate-xml.php
/store-locator/js/store-locator.js

By making additions to [...]