• how can i edit the $link output for gallery?

    this one;

    foreach ( $attachments as $id => $attachment ) {
    		$link = wp_get_attachment_link($id, $size, true);
    		$output .= "<{$itemtag} class='galeri_thumb'><span> </span>";
    		$output .= "$link";

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘gallery $link output’ is closed to new replies.