diff -r 0d9a58d2c515 -r 0d28b7c10758 web/wp-content/themes/malleable/front-page.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/wp-content/themes/malleable/front-page.php Fri Mar 12 13:29:04 2010 +0000 @@ -0,0 +1,116 @@ + + +
+ + + +
+ +
+ + $malleable_settings['feature_category'], 'showposts' => $malleable_settings['feature_num_posts'], 'caller_get_posts' => 1 ); + else + $feature_query = array( 'post__in' => get_option( 'sticky_posts' ), 'showposts' => $malleable_settings['feature_num_posts'] ); + ?> + + + + ID; ?> + +
+ + array( 'Medium', 'Feature Image' ), 'default_size' => 'medium' ) ); ?> + + + +
+ +
+ + + +
+ + + +
+ +
+ +
+ + $malleable_settings['excerpt_category'], 'showposts' => $malleable_settings['excerpt_num_posts'], 'caller_get_posts' => 1, 'post__not_in' => $do_not_duplicate ) ); ?> + + ID; ?> + +
+ + + +
+ array( 'Thumbnail', 'Feature Image Thumbnail' ), 'default_size' => 'thumbnail', 'height' => '125', 'width' => '125' ) ); ?> + +
+ + + +
+ + + +
+ + + +
+ + + + $malleable_settings['headlines_num_posts'], + 'category' => $category, + 'post__not_in' => $do_not_duplicate + ) ); ?> + + + +
+ + + +

name; ?>

+ +
    + ID; ?> +
  • + +
+ +
+ + + + + + + +
+ + + + + + + +
+ + \ No newline at end of file