Link To Full Story: woorkup.com
When developing any new WordPress theme, I really do try and integrate as much of the functionality I want to accomplish without the use of third party plugins. Don’t get me wrong, I think plugins are great, and WordPress would not be the same without them. For me, it’s more the challenge of seeing if I can figure it out on my own. In one of my more recent themes, I wanted to integrate a Flickr gallery and found that it was actually pretty easy to do by parsing the Flickr RSS feed using the fetch_feed() function already built into WordPress (for a practical reference guide to WordPress download Antonio Lupetti’s WordPress Visual Cheat Sheet).

Post a Comment