From: Anthony Talarico Date: Wed, 7 Dec 2016 17:01:21 +0000 (-0500) Subject: separating blog single from blog home and archive, adding share this X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=b32d7e9ca6cd136d92eafe06ff39c497fd8542f1;p=web%2FGruntInit%2FglmTheme.git separating blog single from blog home and archive, adding share this --- diff --git a/root/parts/blog-text-single.php b/root/parts/blog-text-single.php new file mode 100644 index 0000000..6fda71f --- /dev/null +++ b/root/parts/blog-text-single.php @@ -0,0 +1,12 @@ +
> +
+

+ + + + + + Posted on +
+ +
\ No newline at end of file diff --git a/root/parts/blog-text.php b/root/parts/blog-text.php index ebb264f..87847fd 100644 --- a/root/parts/blog-text.php +++ b/root/parts/blog-text.php @@ -8,5 +8,5 @@ Posted on - + \ No newline at end of file diff --git a/root/scss/_blog.scss b/root/scss/_blog.scss index 39a8879..97574b8 100644 --- a/root/scss/_blog.scss +++ b/root/scss/_blog.scss @@ -105,4 +105,9 @@ input[type="submit"].blogbutton { ul { list-style-type: none; } +} +.blog-archive, .blog-home { + .featured-image-wrap{ + display: none; + } } \ No newline at end of file diff --git a/root/scss/_main.scss b/root/scss/_main.scss index 81a7da7..1acb62a 100644 --- a/root/scss/_main.scss +++ b/root/scss/_main.scss @@ -30,3 +30,12 @@ } } } +.st_sharethis { + float: right; + width: 58px; +} +body .stButton .sharethis { + background-image: url("../assets/share-icon.png") !important; + width: 52px; + height: 22px; +} \ No newline at end of file diff --git a/root/sections/blog-single.php b/root/sections/blog-single.php index 55bb278..d0075b7 100644 --- a/root/sections/blog-single.php +++ b/root/sections/blog-single.php @@ -6,7 +6,7 @@
- + diff --git a/root/sections/interior-page.php b/root/sections/interior-page.php index dcfda19..c6399ae 100644 --- a/root/sections/interior-page.php +++ b/root/sections/interior-page.php @@ -4,6 +4,7 @@ "; + echo ''; bcn_display(); echo "
"; }