From: Laury GvR Date: Mon, 30 Mar 2015 17:59:31 +0000 (-0400) Subject: home.php made to suit site markup, erased filler text X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2bb81d80ad70418f5f412b42d55b8c8d7343545e;p=WP-Themes%2Fgilmoremuseum.git home.php made to suit site markup, erased filler text --- diff --git a/home.php b/home.php index 40330e7..ac46022 100644 --- a/home.php +++ b/home.php @@ -1,56 +1,54 @@ -
-
-
-
- -
-
-
-
- -
-
-
-
- -
> -
- - Posted on -

-
- -
-
+
+
+
+
+ +
+
+
+
+ +
+
+
+
+
> +
+ Posted on +

+
+ +
+
+
+
+
-
+ + + +
+

+
+ +
+
+ +

Recent Posts

+
    + '5' ); + $recent_posts = wp_get_recent_posts( $args ); + foreach( $recent_posts as $recent ){ + echo '
  • ' . $recent["post_title"].'
  • '; + } + ?> +
+

Archive

+
    'monthly', 'limit' => 12 ) ); ?>
- - - -
-

-
- -
-
- -

Recent Posts

-
    - '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } - ?> -
-

Archive

-
    'monthly', 'limit' => 12 ) ); ?>
-
-
- +