From 2bb81d80ad70418f5f412b42d55b8c8d7343545e Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 30 Mar 2015 13:59:31 -0400 Subject: [PATCH] home.php made to suit site markup, erased filler text --- home.php | 102 +++++++++++++++++++++++++++---------------------------- 1 file changed, 50 insertions(+), 52 deletions(-) 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 ) ); ?>
-
-
- + -- 2.17.1