From: Laury GvR Date: Fri, 1 May 2015 18:50:08 +0000 (-0400) Subject: Upgraded index.php X-Git-Tag: V1.0.4^2~1 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fd7d41b1436d7fd0cb24d2c0a1d843927584e24b;p=WP-Themes%2FEMSEmmet.git Upgraded index.php --- 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 +