fGallery on Wordpress
Requirements
- This plugin only test with Wordpress 2+
- GD library
- ZZIPlib
Download
You can download from here.
Installing
- Unzip to Wordpress plugin directory
unzip fgallery.zip - Create wp-content/fgallery directory for the images and make it writeable
chmod 777 wp-content/fgallery - Activate fGallery plugin
WP Admin > plugin
and activate fGallery - Add a new link to my blog to view the photos (if needed), but I don’t make it. If you want to see my images simple click the images on my side bar
Manage Galleries
Just go to Admin > FGallery > Manage Galleries and You can manage your galleries.
Upload Images
You can upload images through
WP Admin > fGallery > fGallery
Edit CSS
You can edit CSS through
WP Admin > fGallery > Edit CSS
Showing Images in the Sidebar
(I like this fiture)
Random images from gallery
<?php fim_random_images($number_to_show, $thumbnail_width); ?>
Latest images from gallery
<?php fim_get_latest_images($number_to_show, $thumbnail_width); ?>
You can put that php tag on somewhere in your sidebar.php. You must replace
$number_to_show and $thumbnail_width with integer value.For my blog, I use $number_to_show=’4′ and $thumbnail_width=’64′
Well done. Good Luck






















I got error message below when I go to plugin: deactivate and back to activate it:
What is it? Is it a bug? Or something wrong with my installation? Need help please… Thx before..