• The wortube will now show playlist in the sidebar also just add a simple code in your function.php file
    add_filter(‘widget_text’, ‘do_shortcode’);
    and then use the playlist shortcode in the text widget which will show the wordtube playlist

Viewing 2 replies - 1 through 2 (of 2 total)
  • Can I ask which ‘functions.php’ file you meant, and where the exact position adding the code?
    add_filter('widget_text', 'do_shortcode');

    Thread Starter Sumesh 2811

    (@sumesh-2811)

    the function.php which i am talking about is the theme function.php. Well actually this code is for using short codes in text widget. Now when we call wordtube in text widget adjust height and width according to ur sidebar and issue solved ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wordtube Playlist in Sidebar Issue solved’ is closed to new replies.