When adding an image gallery to a post WordPress’ default is to have 3 images across. While you it’s possible to select 4 across when selecting options for the gallery or by changing the options in the gallery shortcode, it won”t display correctly. If you add the following code to an activated child theme, you can use 4 image across galleries (but be aware your old 3 across galleries will start to look off). WPFolio version 1.6 includes a sample child theme for adding your own modifications. These modifications stay separate from WPFolio so you can update and keep your tweaks.
Search
Recent News
- Adding images to a gallery from the Media Library
- WPFolio Two 0.9.45 and other stuff
- WPFolio Two Update
- Help us test WPFolio Two beta
- WPFolio setup = reward on Kickstarter
- WPFolio 1.75 on its way & PHP version checking
- WPFolio 1.74 is live – small changes
- WPFolio 1.73 – don’t update yet, use 1.74
- WordPress Audio Player plugin
- WPFolio workshop in NYC on 5/17
Get Started





Styling Navigation Background Colors (1.6+)
With the 1.6 version of WPFolio I added a drop down menu bar. The default hover and background styles are shades of grey. The background colors in the navigation menu can be changed using your child theme the code snippet below. WPFolio version 1.6 includes a sample child theme for adding your own modifications. These modifications stay separate from WPFolio so you can update and keep your tweaks. The code below should help you get started. Add a color value after “background:” and before the semicolon. You can use hex values (or rgba if you care to be so bold).