Hi. I tried the fix suggested above, and every time I toggled between the html tab and visual tab, WordPress changed the code back to the original code. Meaning that nothing changed. You can see an example of the funky caption thing going on–all flush right–here: http://www.phillyonthecheap.com/2012/06/25/flip-flops-for-a-buck/
I would appreciate any suggestions. Thanks.
Leah
Where would one fix the “cache”–in the code of the Twitter widget itself? If so, this is what mine says:
if ( !$tweets = wp_cache_get( ‘widget-twitter-‘ . $this->number , ‘widget’ ) ) {
$twitter_json_url = clean_url( “http://twitter.com/statuses/user_timeline/$account.json”, null, ‘raw’ );
How would I fix to fix the problem? This start, fyi, when I upgraded to 2.9.1.
Leah