• Resolved bellepaige

    (@bellepaige)


    I am trying to get this to show on the right side of my page. Entering the shortcode into “Custom HTML” within Worpress is just displaying the code.

    I tried this as a post/page and it worked there as seen here: https://griswoldnation.com/2017/11/12/thanksgiving-countdown/

    I would like for it to display on the main page without having to click out. Is there a different html code to apply or am I going to need to go into the actual index files to make this work?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello @bellepaige

    1) I am trying to get this to show on the right side of my page. Entering the shortcode into “Custom HTML” within Worpress is just displaying the code.
    Solution :
    Please add this function in your active theme’s function.php file

    // Enable shortcodes in text widgets
    add_filter('widget_text','do_shortcode');

    Let me know if you have other query.

    If you like our Plugin please Review and rate us 🙂

    Thanks and Regards.

Viewing 1 replies (of 1 total)

The topic ‘Not working as Custom HTML input’ is closed to new replies.