iocchelli
Member
Posted 3 years ago #
I have put 'Tweet This' and 'Stumble This' links at the top of my sidebar (right corner) on my website.
This works fine on post/single pages. However, on the home page, clicking on those links takes you to the link which appears just prior to the sidebar - located in the middle column at bottom.
How can I correct this so that it 'sees' my home page? Any help would be appreciated!
Thanks,
Mark
iocchelli
Member
Posted 3 years ago #
here is the code I am using:
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="http://completerunning.com/wp-content/themes/revolution_magazine-20/images/stumbleupon.png" style="vertical-align:top"> Stumble This</a><br />
<a href="http://twitter.com/home?status=Currently reading <?php the_permalink(); ?>" title="Tweet This!" target="_blank" <img alt="Tweet This!" src="http://completerunning.com/wp-content/themes/revolution_magazine-20/images/twitter.png" style="vertical-align:top"> Tweet This!</a>