Simple PHP Gallery and Iimage Gallery Playing Together
-
I am trying to use Iimage Gallery (IIG) to insert images into my WP1.5 posts. I have the plugin working and have great results. Props to all involved for a great plugin.
I, of course, am not quite satisfied. My main gallery that runs all immages on my blog is Simple PHP Gallery (SPG). I love it, but also want to use the quick and simple IIG in posts. Is there a way to call the base image in the <<>gallery<t>> tag, have it display the created thumbnail, but link somewhere else than the base image? I tried to include the desired SPG link like so:
<gallery crop=”true” crop_center=”true” max_side=”100″ quality=”95″>
<img src=”https://www.wvofuels.com/wp-gallery/thumbs/strong/_punch.JPG” alt=”Punching out the 3/4″ plug” />
</gallery>I give on the format for ‘backticks’ or whatever you are supposed to do to avoid the link above. Know that it is supposed to show the code not link to it. ??
I also tried to use the target idea:
<gallery crop=”true” crop_center=”true” max_side=”100″ quality=”95″>
<img src=”https://www.wvofuels.com/wp-gallery/thumbs/strong/_punch.JPG” target=”https://www.wvofuels.com/wp-gallery/file/strong/punch.JPG alt=”Punching out the 3/4″ plug” />
</gallery>Neither seem to work. Any help would be greatly appreciated!
- The topic ‘Simple PHP Gallery and Iimage Gallery Playing Together’ is closed to new replies.