How can I use shortcodes on text widget

Posted in: Newspaper
Post count: 9

I´m trying to use shortcodes inside text widget, I did so many test but shortcodes inside text widget doesn´t work. For example:

I use Tubepress shortcode that is:

[shortcode]

I put in text widget but nothing happens. There is a way to activate them on Newspaper Theme?

Thanks.

Post count: 9

I mean [tubepress]

Post count: 3343

Hi,
I’ve added a shortcode in a text widget http://screencast.com/t/OASRIMydRz and work fine http://screencast.com/t/JDlpa7RYw

Can you test other shortcodes or just that not work?

Thanks!

Post count: 9

Thanks a lot. Yes, just this shortcode, but I don´t understand why. Those shortecodes that came from Newspapaer theme works, but this one that doesn´t.

Post count: 9

I find a solution, please share with other if they have same problem.

1.- Install Advance Text Widget Plugin
2. To call “tubepress” short code don´t use this: [tubepress], you have to use

<?php echo apply_filters('the_content', '[tubepress]'); ?>

This is the only way I could make this works, if someone has same problem, this is the solution.

TagDiv, I don´t know why this happens but I recommend that we could use php on default text widget to avoid installing other plugins.

Post count: 3343

Hi,
Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.