Creating Custom Fallback Navigation

When creating WordPress themes, sometimes it’s necessary to create your own menus. With 3.0+ you are able to create menus as well as a fallback menu. Within the fallback_cb, you can actually call your own functions to create a customized menu (helpful when developing for network of blogs). Here’s what you’ll need to do. 1. Activate Custom Menus How to Add Custom Navigation Menus in WordPress 3.0 Themes 2. Place your Menu in the Template Ex:...

July 30, 2012 · Greg McMullen

Facebook Contact Forms with AJAX and PHP

While working today, I was having an issue finding information on how to add a lead capture form on our Facebook Page. Luckily I stumbled across this amazing post! Submitting a Contact Form via AJAX From Your Facebook Page However, this solution didn’t work out of the box so I had to pair it with PHP. The Facebook Code Both of these pieces of code should be placed on your Static HTML Page/Tab...

October 7, 2011 · Greg McMullen