Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author oniswap

    (@webdevdesigner)

    Do you use the widget section? If yes, add this code: add_filter(‘widget_text’, ‘do_shortcode’); to your functions.php file.

    Thread Starter deepwhitesound

    (@deepwhitesound)

    As I said, due to the way my site is set up I cannot use widgits. I need to use the straight code inserted into the templates.

    Plugin Author oniswap

    (@webdevdesigner)

    so do that:

    echo do_shortcode('[minitwitter username="deepwhitesound" limit="7"]');

    Thread Starter deepwhitesound

    (@deepwhitesound)

    thanks so much – thats the code i needed, but it wasn’t apparent to me.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Mini twitter feed] code not working’ is closed to new replies.