Title: Shortcode in Widgets
Last modified: February 7, 2018

---

# Shortcode in Widgets

 *  [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * (@mrmckee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/)
 * Below the about me on the homepage I would like to use some shortcode but the
   widget doesn’t support it. Is there anything I can do about that?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-in-widgets-5%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [anurag.deshmukh](https://wordpress.org/support/users/anuragdeshmukh/)
 * (@anuragdeshmukh)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946786)
 * [@mrmckee](https://wordpress.org/support/users/mrmckee/)
 * Add below code in functions.php and then you will be able to add shortcode directly
   in Widget.
 * `add_filter('widget_text','do_shortcode');`
 *  Thread Starter [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * (@mrmckee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946789)
 * I’ve tried that but it doesn’t work for where I want the shortcode 🙁
 *  [anurag.deshmukh](https://wordpress.org/support/users/anuragdeshmukh/)
 * (@anuragdeshmukh)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946876)
 * Can you please show me how and where you added shortcode ?
 *  Thread Starter [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * (@mrmckee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946910)
 * Yes, it’s in a particular plugin – in the Our Team section there is a title and
   description. I am trying to add it into the description box.
 * The shortcode I am using is:
 *     ```
       [time-restrict-repeat type="daily" ontime="00:00:00" offtime="11:59:59"]
       Good morning[/time-restrict-repeat] [time-restrict-repeat type="daily" ontime="12:00:00" offtime="17:00:00"] Good afternoon[/time-restrict-repeat] [time-restrict-repeat type="daily" ontime="17:00:01" offtime="23:59:59"] Good evening[/time-restrict-repeat] and welcome to my website.  My name is Faye McKee and I set up Soothing Soul Holistic Therapies in 2017.
       ```
   
 *  [anurag.deshmukh](https://wordpress.org/support/users/anuragdeshmukh/)
 * (@anuragdeshmukh)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946935)
 * and welcome to my website. My name is Faye McKee and I set up Soothing Soul Holistic
   Therapies in 2017.
 * seems you need to show above content too in shortcode. Please try with this once.
 *     ```
       [time-restrict-repeat type="daily" ontime="00:00:00" offtime="11:59:59"]Good morning[/time-restrict-repeat]
       [time-restrict-repeat type="daily" ontime="12:00:00" offtime="17:00:00"] Good afternoon[/time-restrict-repeat]
       [time-restrict-repeat type="daily" ontime="17:00:01" offtime="23:59:59"] Good evening and welcome to my website.  My name is Faye McKee and I set up Soothing Soul Holistic Therapies in 2017.[/time-restrict-repeat]
       ```
   
 *  Thread Starter [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * (@mrmckee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946944)
 * It just appears exactly like that…
 *  [anurag.deshmukh](https://wordpress.org/support/users/anuragdeshmukh/)
 * (@anuragdeshmukh)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946979)
 * I have made changes in last line. The code that you provided, has last line where
   shortcode gets closed still content has been added.
 * Try with above code provided and let me know if it works.
 *  Thread Starter [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * (@mrmckee)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946987)
 * Done that, have a look…

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Shortcode in Widgets’ is closed to new replies.

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 2 participants
 * Last reply from: [mrmckee](https://wordpress.org/support/users/mrmckee/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/shortcode-in-widgets-5/#post-9946987)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
