diff -r 000000000000 -r 03b0d1493584 web/wp-content/themes/IRI-Theme/index.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/IRI-Theme/index.php Wed Dec 23 17:55:33 2009 +0000 @@ -0,0 +1,30 @@ + +
+
+ have_posts()) : $my_query->the_post(); + + // Don't show featured item + //if ($post->ID == $featuredID) continue; + + while (have_posts()) : the_post(); + + ?> + + + + + +
+
+
+
+ +
+ +
+
+ + \ No newline at end of file