Forums
(@willspencer-1)
13 years, 2 months ago
My theme has both defined:
... <?php wp_head(); ?> ... <?php wp_footer(); ?> ...
I am receiving the same error message:
“The Twitter API returned an error while processing your request. Please try again.”
I am experiencing the same issue under WordPress 3.3.1 and TweetBlender 3.3.15 and that fix did not work for me.
13 years, 6 months ago
Path: <?php if(function_exists('bcn_display')) { wp_reset_query(); bcn_display(); }
That fixed it! Thanks!!! ??