• Does anybody know how to add the rel=”lightbox to this?

    <div id="authorblock3" class="post2">
    <?php
    $custom_field_image = '';
    $custom_field_image = get_post_meta($post->ID, 'Thumbnail_Two', true );
    if ( $custom_field_image <> '' ) {
    echo et_new_thumb_resize( et_multisite_thumbnail($custom_field_image), 65, 55 );	}?>
    </div>
  • The topic ‘how to add lightbox’ is closed to new replies.