From: Laury GvR Date: Fri, 1 May 2015 19:00:21 +0000 (-0400) Subject: Archive template for categories and archives X-Git-Tag: V1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c06ccee5c4f37ef8ecfbe934b02f5a9f34b8b7d7;p=WP-Themes%2FEMSEmmet.git Archive template for categories and archives --- diff --git a/archive.php b/archive.php new file mode 100644 index 0000000..acd9822 --- /dev/null +++ b/archive.php @@ -0,0 +1,73 @@ + +
+
+
+ "; + 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

+ +
+
+
+ +