Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
change the_title() to linkedinshareline
  • Loading branch information
jjc16105 committed Aug 30, 2016
1 parent db9e64e commit 7d13680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-single.php
Expand Up @@ -45,7 +45,7 @@


<div class="shareline-linkedin">
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode(the_permalink()); ?>&title=<?php echo urlencode(the_title()); ?>&summary=<?php echo urlencode(get_the_excerpt()); ?>&source=UConn-Aurora"><span class="social social-linkedin"></span><span><?php echo $linkedinshareline; ?></span></a>
<a href="https://www.linkedin.com/shareArticle?mini=true&url=<?php echo urlencode(the_permalink()); ?>&title=<?php echo $linkedinshareline; ?>&summary=<?php echo urlencode(get_the_excerpt()); ?>&source=UConn-Aurora"><span class="social social-linkedin"></span><span><?php echo $linkedinshareline; ?></span></a>
</div>
</div>

Expand Down

0 comments on commit 7d13680

Please sign in to comment.