Hello all!
There is a new version of WPFolio Two now on GitHub, or get it right here. New in this version is a working comments option, a few style tweaks and code consolidation, and the removal of the non-functioning search widget (a complicated bug I’m working on).
So what’s coming up for WPFolio now that it’s back in business? A few things:
1. A collective weekend debugging session
Date TBA, probably sometime in February. Anyone with skills in CSS and/or PHP needed! We’ll be working through the issues log on GitHub, crossing off everything we can. Even better, fork the project and start now!
2. Testers wanted
Anyone who can use WordPress is eligible. Many times I miss problems in the theme because I’m the only one testing it – it would be super helpful for someone else to make sure everything works before an update goes out. Shoot me an email if you’re interested!
3. Free workshop in Pittsburgh
I’ll walk you through installing WordPress, setting up WPFolio Two, and adding some basic customization. The session will be limited to 5 or 10. Place and time TBA, but will likely be held in coordination with the newly founded Pittsburgh WordPress Meetup and/or Assemble.
4. Release on the WordPress Theme Repository
Lots to do before this can happen, but it’s a priority.








Adding images to a gallery from the Media Library
What’s the difference between WordPress’s Media Library and the images I uploaded to posts and pages? Why can’t I add images from the Media Library to galleries in my posts and pages? WP expert Otto explains it like this:
Wouldn’t it make more sense to upload all of my images to the Media Library then associate them with whatever post or page as needed, rather than re-upload the same images again and again to each post/page? I’ve had a few clients with this problem exactly, and it’s hard to explain why this doesn’t work. But there is a workaround for adding images to galleries using the
galleryshortcode. Once you have uploaded your image to the Media Library, view the image and get it’sidfrom the URL:Then go to the HTML view of your post/page editor. Add this, replacing the numbers with the
ids of you chosen images:The gallery shortcode can manipulate any aspect of the gallery, including it’s size, number of columns, position on the page, and the order of the images. Take a look at these other features in the Codex.
Big thanks to Amelie who posted this tip in the comments here at the WPFolio Wiki!