All pastes #2108392 Raw Edit

Someone

public text v1 · immutable
#2108392 ·published 2012-01-31 23:13 UTC
rendered paste body
foreach($zg_get_title as $zg_title_out) {
				echo "<li><a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">". $zg_title_out->post_title . "</a>\n"; // Output link and title
				echo "<a href=\"". get_permalink($value+0) . "\" title=\"". $zg_title_out->post_title . "\">";
				the_post_thumbnail();
				echo "</a></li>\n";
			}