From 21b44ff8d0533da788a20d54f4dfa152f27cd730 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Wed, 3 Dec 2014 09:28:33 -0500 Subject: [PATCH] Individual blog post styling --- index.php | 67 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 59 insertions(+), 8 deletions(-) diff --git a/index.php b/index.php index fa85f1b..b81da5f 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,10 @@ -
+
+
+ +
@@ -20,13 +23,61 @@
-
+
- - - -

- + +
> +
+ +

+ Posted on + + +
+ + +
+
- \ No newline at end of file +
+
+ + + +
+

+
+ +
+
+

Recent Posts

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

Archive

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

Categories

+ +
+
+ + -- 2.17.1