Hello, I’m loving this plugin, but I need help with a formatting issue. Currently, when I view a single event the address appears as:
“address”, “city”, “state”
“zipcode”, “country”
While this isn’t a huge problem, it’s easier for my clients to read in a traditional format for US addresses (with the country removed)
“address”
“city”, “state”, “zip”
Could you offer any advice on how I could accomplish this?
Hi Jamin – this is definitely customizable, in fact you would only need to override a single template (full-address.php) to do this.
The first step is to familiarize yourself with our Themer’s Guide – you should find a link over on the right under Useful Resources – and you will probably also want to read this tutorial on Template Overrides.