Title: Time Interval. Shortcode
Last modified: December 20, 2019

---

# Time Interval. Shortcode

 *  Resolved [thiagosales](https://wordpress.org/support/users/thiagosales/)
 * (@thiagosales)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/time-interval-shortcode/)
 * Hello. I have difficulty with the plugin. I want to make two views by time:
 * 09:00 am / 17:00 pm – **TEXT 1**
 * 17:01 pm / 08:59 am – **TEXT 2**
 * **Saturday and Sunday TEXT 2 anytime**
 * What does shortcode look like?
 * Thank you.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Dave Clements](https://wordpress.org/support/users/thewanderingbrit/)
 * (@thewanderingbrit)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/time-interval-shortcode/#post-12699297)
 * Try something like this:
 *     ```
       [time-restrict-repeat type="daily" ontime="09:00:00" offtime="17:00:00"]
       [time-restrict-repeat-2 type="weekly" onday="Monday" offday="Friday"]
       TEXT 1
       [/time-restrict-repeat-2]
       [/time-restrict-repeat][time-restrict-repeat type="daily" ontime="17:00:00" offtime="09:00:00"]
       [time-restrict-repeat-2 type="weekly" onday="Sunday" offday="Thursday"]
       TEXT 2
       [/time-restrict-repeat-2]
       [/time-restrict-repeat][time-restrict-repeat type="weekly" onday="Friday" offday="Monday" ontime="17:00:00" offtime="09:00:00"]
       TEXT 2
       [/time-restrict-repeat]
       ```
   
    -  This reply was modified 6 years, 1 month ago by [Dave Clements](https://wordpress.org/support/users/thewanderingbrit/).

Viewing 1 replies (of 1 total)

The topic ‘Time Interval. Shortcode’ is closed to new replies.

 * ![](https://ps.w.org/shortcodes-to-show-or-hide-content/assets/icon-256x256.jpg?
   rev=984372)
 * [Show/Hide Content at Set Time](https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-to-show-or-hide-content/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-to-show-or-hide-content/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dave Clements](https://wordpress.org/support/users/thewanderingbrit/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/time-interval-shortcode/#post-12699297)
 * Status: resolved