diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/aparatus/gallery.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/aparatus/gallery.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,62 @@ + + + + + +
> +
+ + 5, 'orderby'=> date, 'order' => DES, 'category_name' => $apa_feature_cat_name)); + $saved_ids = array(); + while (have_posts()) : the_post(); + $saved_ids[] = get_the_ID(); + $values = get_post_custom_values("image"); ?> + + + + +
+

+ + + 'full' )); ?> + 'thumbnail' )); ?> +
+ + + +
+

+ + + <?php the_title(); ?> + <?php the_title(); ?> +
+ + + +
+

+ + + <?php the_title(); ?> + <?php the_title(); ?> +
+ + + +
+
\ No newline at end of file