diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/selecta/search.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/selecta/search.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,74 @@ + + + + +
+ ID, "main_video", true); + $get_thumbnail = get_post_meta($post->ID, "other_media", true); + $link = get_permalink($post->ID); + // Set our category + $category = get_the_category(); + // If we haven't used our custom image input, search for the first image in the post + $post_image = ""; + if($get_thumbnail == "" && (get_option("ocmx_auto_home_images") && get_option("ocmx_auto_home_images") !== "no")) : + $post_image = fetch_post_image($post->ID, "560", "2000"); + endif; + + ?> +
+

post_date)); ?>

+

+
+
+ +
+ +
+ +
+ +
+ +
+ <?php the_title(); ?> +
+ post_excerpt !== "") : + the_excerpt(); + else : + the_content(); + endif; ?> + + comment_count; ?> Comments + Continue reading +
+ +
+ +
+

This just happened.

+

Everyone needs to slow down

+
+
There are no posts which match your criterea.
+ +
+ + +
+ + \ No newline at end of file