From c166896ec423f65957850f8c80e3f4f321de67d7 Mon Sep 17 00:00:00 2001 From: John Calande Date: Mon, 22 Aug 2016 15:48:52 -0400 Subject: [PATCH 1/4] add Linkedin share link --- content-single.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content-single.php b/content-single.php index 802e5ab..98a48b2 100644 --- a/content-single.php +++ b/content-single.php @@ -30,6 +30,8 @@ if(empty($twittershareline)) $twittershareline = get_the_title(); $facebookshareline = get_post_meta( $post->ID, 'facebookshareline', true); if(empty($facebookshareline)) $facebookshareline = get_the_title(); + $linkedinshareline = get_post_meta( $post->ID, 'linkedinshareline', true); + if(empty($linkedinshareline)) $linkedinshareline = get_the_title(); ?>
@@ -39,6 +41,10 @@
+ +
+ +
From 85ea24f61b8fc1abb1fa60fb8f0973e3ed7f0375 Mon Sep 17 00:00:00 2001 From: John Calande Date: Wed, 24 Aug 2016 10:52:13 -0400 Subject: [PATCH 2/4] add linkedin share link --- content-single.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content-single.php b/content-single.php index 98a48b2..08804ec 100644 --- a/content-single.php +++ b/content-single.php @@ -1,6 +1,7 @@ +
>
ID, 'linkedinshareline', true); if(empty($linkedinshareline)) $linkedinshareline = get_the_title(); - + ?> +
- +
@@ -108,6 +110,8 @@ + +
Share on:
From db9e64e08873364d13ebae1c52a76611270cb47f Mon Sep 17 00:00:00 2001 From: John Calande Date: Wed, 24 Aug 2016 10:57:47 -0400 Subject: [PATCH 3/4] add linkedin share link --- content-single.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content-single.php b/content-single.php index 08804ec..3d4d7c8 100644 --- a/content-single.php +++ b/content-single.php @@ -109,9 +109,7 @@ ?>
- - - +
Share on:
From 7d136806f070da4fb3f0add95931575e90c9f8d3 Mon Sep 17 00:00:00 2001 From: John Calande Date: Tue, 30 Aug 2016 11:01:25 -0400 Subject: [PATCH 4/4] change the_title() to linkedinshareline --- content-single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-single.php b/content-single.php index 3d4d7c8..4309099 100644 --- a/content-single.php +++ b/content-single.php @@ -45,7 +45,7 @@
- +