Title: Business Places
Author: TAROSKY INC.
Published: <strong>5 junija, 2017</strong>
Last modified: 18 junija, 2021

---

Search plugins

![](https://ps.w.org/taro-open-hour/assets/banner-772x250.png?rev=2550265)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/taro-open-hour/assets/icon-256x256.png?rev=2550265)

# Business Places

 By [TAROSKY INC.](https://profiles.wordpress.org/tarosky/)

[Download](https://downloads.wordpress.org/plugin/taro-open-hour.2.2.1.zip)

 * [Details](https://sl.wordpress.org/plugins/taro-open-hour/#description)
 * [Reviews](https://sl.wordpress.org/plugins/taro-open-hour/#reviews)
 *  [Installation](https://sl.wordpress.org/plugins/taro-open-hour/#installation)
 * [Development](https://sl.wordpress.org/plugins/taro-open-hour/#developers)

 [Support](https://wordpress.org/support/plugin/taro-open-hour/)

## Description

This plugin add places and open hours to your WordPress site.
 Formerly known as“**
Taro Open Hour**“.

 * Google Map supprted.
 * JSON-LD supported.

#### Case Study

Case 1

If your site is for your book store, add site location as your business place.

These location and open hour are available via widget.

Case 2

If your site is bouldering shop database, choose post type to be treated as location.

Each single page have place and open hour information.

#### How to display

Widgets

You can use widget for open our and business location.

Shortcodes

You can use shortcode `[open-hour]` for time table. If you are a theme developer,

just use `tsoh_the_timetable()` function.

For business places, you can use `[business-place post_id='10']`.
 The attribute`
post_id` can be omitted and it’s default value is current post.

#### Acknowledgements

 * Banner images is a deliverative of the work of the Geospatial Information Authority
   of Japan.

### Customization

Here is a list of customizations.

#### Change Style

If you have `tsoh-style.css` in your theme folder, it will be used.
 Child theme
supported.

We also have filter hook `tsoh_stylesheet`. Below is the example to change css url.

    ```
     get_stylesheet_directory_uri() . '/assets/css/table.css',
            'version' => wp_get_theme()->get('Version'),
        ];
        return $style;
    });
    ```

If you returns `false` on filter hook, no style will be loaded.

#### Change table markup

Table’s template is located at `taro-open-hour/templates/time-table.php`.
 Copy 
it to `your-theme/template-part/tsoh/time-table.php` and change markups.

Of course, you can change template path with filter hook.

    ```
    // e.g. If post type is event, change template from default.
    add_filter( 'tsoh_timetable_template_path', function( $path, $post ) {
        if ( 'event' == $post->post_type ) {
            $path = get_template_directory() . '/templates/yours/event.php';
        }
        return $path;
    }, 10, 2 );
    ```

## Screenshots

 * [[
 * Time table displayed on single page with short code.
 * [[
 * You can enter time shift with metabox.
 * [[
 * You can choose post types, default time shift and default open day. Good for 
   business with several branches.
 * [[
 * Widgets available. Open hour widget and location widget.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/taro-open-hour` directory, 
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Go to `Setting > Business Places` and set it up.

## FAQ

### How can I contribute to?

Please make issue at [Github](https://github.com/tarosky/taro-open-hour/issues).

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Business Places” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

“Business Places” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour/contributors)
for their contributions.

[Translate “Business Places” into your language.](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/taro-open-hour/), check
out the [SVN repository](https://plugins.svn.wordpress.org/taro-open-hour/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/taro-open-hour/)
by [RSS](https://plugins.trac.wordpress.org/log/taro-open-hour/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.2.1

 * Map iframe is now `loading="lazy"`
 * Fix admin link.

#### 2.2.0

 * Add widgets for place and time table.
 * Drop support for WordPress 4.8 and below.

#### 2.1.0

 * Add shortcode `business-place`.
 * Add filter and action hooks.

#### 2.0.1

 * Bugfix: version number changed.

#### 2.0.0

 * Change plugin name.
 * Add location feature.
 * Add widgets.

#### 1.0.0

 * Initial release.

## Meta

 *  Version **2.2.1**
 *  Last updated **5 let ago**
 *  Active installations **10+**
 *  WordPress version ** 4.9.0 or higher **
 *  Tested up to **5.7.15**
 *  PHP version ** 5.6 or higher **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/taro-open-hour/) in [Japanese](https://ja.wordpress.org/plugins/taro-open-hour/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour)
 * Tags
 * [business](https://sl.wordpress.org/plugins/tags/business/)[place](https://sl.wordpress.org/plugins/tags/place/)
   [widget](https://sl.wordpress.org/plugins/tags/widget/)
 *  [Advanced View](https://sl.wordpress.org/plugins/taro-open-hour/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/taro-open-hour/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/taro-open-hour/reviews/)

## Contributors

 *   [ TAROSKY INC. ](https://profiles.wordpress.org/tarosky/)
 *   [ Fumiki Takahashi ](https://profiles.wordpress.org/takahashi_fumiki/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/taro-open-hour/)