Title: Business Places
Author: Tarosky Inc.
Published: <strong>5 de Junio de  2017</strong>
Last modified: 18 de Junio de  2021

---

Buscar plugins

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

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://ps.w.org/taro-open-hour/assets/icon.svg?rev=3633781)

# Business Places

 Por [Tarosky Inc.](https://profiles.wordpress.org/tarosky/)

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

 * [Detalles](https://cl.wordpress.org/plugins/taro-open-hour/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/taro-open-hour/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/taro-open-hour/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/taro-open-hour/#developers)

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

## Descripción

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 );
    ```

## Instalación

 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).

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Business Places” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

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

“Business Places” ha sido traducido en 1 idioma. Gracias a [los traductores](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour/contributors)
por sus contribuciones.

[Traduce “Business Places” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/taro-open-hour/), 
echa un vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/taro-open-hour/),
o suscríbete al [registro de desarrollo](https://plugins.trac.wordpress.org/log/taro-open-hour/)
por [RSS](https://plugins.trac.wordpress.org/log/taro-open-hour/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 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

 *  Versión **2.2.1**
 *  Última actualización **hace 5 años**
 *  Instalaciones activas **10+**
 *  Versión de WordPress ** 4.9.0 o superior **
 *  Probado hasta **5.7.17**
 *  Versión de PHP ** 5.6 o superior **
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/taro-open-hour/) y [Japanese](https://ja.wordpress.org/plugins/taro-open-hour/).
 *  [Traducir a tu idioma](https://translate.wordpress.org/projects/wp-plugins/taro-open-hour)
 * Etiquetas
 * [business](https://cl.wordpress.org/plugins/tags/business/)[place](https://cl.wordpress.org/plugins/tags/place/)
   [widget](https://cl.wordpress.org/plugins/tags/widget/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/taro-open-hour/advanced/)

## Calificaciones

Aún no se han enviado valoraciones.

[Tu reseña](https://wordpress.org/support/plugin/taro-open-hour/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/taro-open-hour/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/taro-open-hour/)