GoToBIM Business Info Manager allows website owners to manage essential business information directly from the WordPress dashboard.
With this plugin, administrators can store and update:
• Business Name
• Address
• Phone Number
• Email Address
• Website URL
• Business Hours (opening and closing times for each day of the week)
All information is stored securely in the WordPress database using standard WordPress options.
You can display the saved business details anywhere on your website using the shortcode:
[gotobim_business_info]
This shortcode outputs the stored business information on posts, pages, or widget areas.
Shortcode Parameters:
You can display specific information using the show parameter:
Single Fields:
– [gotobim_business_info show="all"] – Display all business information (default)
– [gotobim_business_info show="name"] – Display only business name
– [gotobim_business_info show="address"] – Display only address
– [gotobim_business_info show="phone"] – Display only phone number
– [gotobim_business_info show="email"] – Display only email address
– [gotobim_business_info show="website"] – Display only website URL
– [gotobim_business_info show="contact"] – Display phone and email together
– [gotobim_business_info show="hours"] – Display only business hours
Multiple Fields (comma-separated):
– [gotobim_business_info show="name,address"] – Display name and address
– [gotobim_business_info show="name,phone,email"] – Display name, phone, and email
– [gotobim_business_info show="phone,email,hours"] – Display phone, email, and business hours
– [gotobim_business_info show="address,website,hours"] – Display address, website, and hours
The plugin is lightweight, secure, and follows WordPress coding standards and best practices.