Code Snippets
Add WordPress Custom Body Class
WordPress Add Class to Body In many cases, the auto-generated classes are not sufficient and we may need to add some custom classes. To add custom classes, we will use the WordPress filter: body_class Below we will show you snippets of the most requested examples. But first a little introduction to explain to beginners more […]
Loading WordPress language files correctly
WordPress localization features allows you to make plugins and themes easily translatable through WordPress Language files (po/mo files). This is true especially since WordPress 3.7 and it got a whole lot easier since WordPress 4.6. A lot of improvement has been made to the whole translation system for WordPress, I felt it really needs a […]
Distance to custom field
Update Sept 2019 This has been added as a predefined custom field in V 2.0.0.67. The snippet below will only work if using GeoDirectory V1. The Problem Today a member had a bit of an unusual request, they are using GeoDirectory to run a local festival and they are listing things like accommodation for it. […]