However, I want to edit it so that the output is slightly different, to facilitate styling it - and I can't make that work.
I have edited the plugins/serendipity_plugin_flickr/serendipity_plugin_flickr.php file so that what used to say this:
Code: Select all
'<a href="%s"><img src="%s" alt="%s" width="%d" height="%d" style="border: none" /></a> ' . "\n",Code: Select all
'<div class="flickrphoto"><a href="%s"><img src="%s" alt="%s" width="%d" height="%d" /></a></div> ' . "\n",Obviously I'm doing something basic wrong (editing the wrong file, maybe...) but I'm darned if I can figure out what.
Can anyone advise please?