Help with code for Flickr badge
-
I just uploaded a new theme to my blog http://table4five.net, and I’m trying to put my Flickr badge in the sidebar. I will admit, I do not really know what I am doing with this code, but I am trying very hard to learn. This is what I think I need for the Flickr code:
// photos
sp_sidebar_open( “photos”, “<h2>Photos</h2>” );
echo ‘- ‘;
wp_list_photos
echo ‘‘;
sp_sidebar_close( );with the code for the Flickr badge going where it reads wp_list_photos. I put it right under the Archives list, but when I clicked Update File the sidebar disappeared except for this: Parse error: syntax error, unexpected ‘<‘ in
Could someone please tell me what’s missing, or if I’m even on the right track? Also, could someone please recommend a BOOK I could get that I could use to teach myself this code so I can at least add things to the sidebar myself? Preferably something with the words “For Dummies” in it? Thanks!
The topic ‘Help with code for Flickr badge’ is closed to new replies.