From fd7d41b1436d7fd0cb24d2c0a1d843927584e24b Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 1 May 2015 14:50:08 -0400 Subject: [PATCH] Upgraded index.php --- index.php | 71 +++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 59 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index faa9ba6..acd9822 100644 --- a/index.php +++ b/index.php @@ -1,26 +1,73 @@
-
"; - bcn_display(); - echo "
"; - echo '

'; + echo "
"; + bcn_display(); + echo "
"; + echo '

'; ?>
-
- - - -

+
+
+ +
+
+
+
+ +
> +
+

+
+

+ +
+
+
+
+
+ + + +
+

+
+
-
+
+

Recent Posts

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

Archive

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

Categories

+ +
- \ No newline at end of file + -- 2.17.1