• Hello,

    I am having getting applying Custom Parameters to an image in a group.

    The code below is what i’ve been trying to use but it doesn’t work:

    <?php $featured = getGroupOrder(‘featured_image’);
    foreach($featured as $field){ ?>
    <div class=”feature-image”>
    <?php $feature_args = “h=325&w=220&zc=1&q=100” ;
    echo get_image (‘featured_image’, $field, $feature_args); ?>
    <span><?php echo get(‘featured_caption’, $field); ?></span>
    </div> <?php } ?>

    Can anyone help?

    Thanks in advance
    colt5034

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Magic Fields – Adding Image attributes in a group’ is closed to new replies.