Fixing flickrRSS 5.0

If you are having difficulty displaying photos using the WordPress plugin flickrRSS 5.0 you can make a quick change. Change line 144 which reads

if(!preg_match('<img src="([^"]*)" [^/]*/>', $item['description'], $imgUrlMatches)) {

to

if(!preg_match('/src=["]?(http:\/\/.*\/.*)_m\.jpg["]?/', $item['description'], $imgUrlMatches)) {

Source: Via chaosmaker at Google Groups

Continue reading » · Rating: · Written on: 03-29-09 · No Comments »

Posting LaTeX Source Code to a WordPress.com Blog

On WordPress.com you can include LaTeX code in your post by writing:

$latex stuff here$

To prevent WordPress from evaluating it just use

<code>$latex</code> <code>stuff here$</code>
Continue reading » · Rating: · Written on: 11-14-08 · 8 Comments »