[Plugin: Types – Custom Fields and Custom Post Types Management] How to link image to large image (n
-
Right now I use this code to link a thumbnail to the “full” sized image:
<a href="<?php echo(types_render_field("imagefield", array("raw"=>"true"))); ?>"><?php echo(types_render_field("imagefield", array("size"=>"thumbnail"))); ?></a>
How do I get it linked to the “large” sized image?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Types – Custom Fields and Custom Post Types Management] How to link image to large image (n’ is closed to new replies.