PDA

View Full Version : Wordpress gallery help



daimz
16 Jun 2010, 12:29 AM
Hi,

I am trying to build a small gallery using a jQuery script that requires me to use a list of images. I am wanting to upload image to my wordpress PAGE and then call through my template and have them display in a list like this:

<li><a href="imagelink or page link"><img src="thumb"/></a></li>

michaelangrave
16 Jun 2010, 02:58 AM
Hi,

You could possibly do this by setting up a template which inserts the code, and then feed in the image URL, alt tags etc, using custom meta date, without a little knowledge of coding, you may have to have a set number of images that you can use.

Or another option would be to work with a plugin for example NextGen. Once you have this installed as a base, you may find additional plugins which could offer you the same kind of functionality that you are looking for.