I’ve installed the Flickr gallery plugin for WordPress (with much difficulty and troubleshooting of PHP code, unfortunately) and now have a photo gallery set up. I’ll add a permanent navigational link on the righthand side of this blog in a bit. The only set of pictures available are the latest (March 2005) studio photos of all of the kids, which is worth seeing!
I’m still learning the ins and outs of Flickr but I like what I see so far, especially the ease this service provides in publishing photos to be shared with others. I will be adding many more albums as I can.
hey, I had the same problem when I installed the flickr gallery plugin. However, if you go into the template gallery.php (or whatever you called it, the one in the template folder) and change the “use friendly url” to false, and have the root URL for the gallery set to http://www.familymanlibrarian.com/gallery.php then it should add the ? instead of treating as if it were “friendly urls” and adding folders on.
define ('USE_FRIENDLY_URLS', false); //Whether or not to use friendly URLsdefine ('URL_ROOT', 'http://www.familymanlibrarian.com/gallery.php'); //URL to use as the root for all navigational links
emm, I dunno. It mightn’t be what was wrong, but I thought it’s worth suggesting anyways.