From: Laury GvR Date: Mon, 11 Jan 2016 19:50:47 +0000 (-0500) Subject: Countdown target date to 12th, single event remove blog sidebar X-Git-Tag: v1.0.8^2~10 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0eb8ad3731bfd22ad38448fb70796884d9b8b192;p=WP-Themes%2Falpenfest.git Countdown target date to 12th, single event remove blog sidebar --- diff --git a/js/app.js b/js/app.js index 9b70247..ad46527 100644 --- a/js/app.js +++ b/js/app.js @@ -78,7 +78,7 @@ $(document).ready(function () { return futureFormattedDate } $("#countdown").countdown({ - date: "14 July 2016 09:00:00", // Change this to your desired date to countdown to + date: "12 July 2016 09:00:00", // Change this to your desired date to countdown to format: "on" }); }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index cc4f393..10750a4 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -69,7 +69,7 @@ $(document).ready(function () { return futureFormattedDate } $("#countdown").countdown({ - date: "14 July 2016 09:00:00", // Change this to your desired date to countdown to + date: "12 July 2016 09:00:00", // Change this to your desired date to countdown to format: "on" }); }); diff --git a/single.php b/single.php index e58de45..a325e15 100644 --- a/single.php +++ b/single.php @@ -1,65 +1,72 @@
-
-
- -
-
-
-
-
> -
-

-
- -
- -
-
-
+
+ +
+ +
+ + +
+
+
+
+
> +
+

+
+ +
+ +
+
- - -
-

-
-
-
-
-
-
- -
-
-

Recent Posts

-
    + + +
    +

    +
    + +
+ +
+
+
+
+ +
+
+

Recent Posts

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

Archive

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

Categories

+
    '5' ); - $recent_posts = wp_get_recent_posts( $args ); - foreach( $recent_posts as $recent ){ - echo '
  • ' . $recent["post_title"].'
  • '; - } + $args = array( + 'orderby' => 'name', + 'order' => 'ASC' + ); + $categories = get_categories($args); + foreach($categories as $category) { + echo '
  • name ) . '" ' . '>' . $category->name.'
  • '; } ?> -
-

Archive

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

Categories

- -
+
+ +