Upgrading FAlbum
By JoeBruin88. Filed in Blogging and Site Announcements |Tags: Blogging, FAlbum, Flickr, plugins, site_announcements, WordPress
I upgraded my FAlbum plugin. This post will serve as a searchable reminder for me of the things I need to do after I upgrade the FAlbum plugin in the future.
- Edit the album.php template located in the wp folder as follows:
- Comment out the line at the bottom that says
get_sidebar();. - Add two extra
<div>'s
above the
<?php
before the previous comment above.
- Add the pagetitle-wrapper
<div>
and text directly below:
get_header(); ?.
- Comment out the line at the bottom that says
- Edit the falbum.css.php file as follows:
- Style the margins for the .falbum-album-description with
margin: 10px 50px 10px 0;.
- Style the margins for the .falbum-album-description with
- Go to the plugin’s control panel and adjust the number of albums and photos displaying per page.


