I have already covered few topics on customizing Thesis wordpress theme, If you have missed them, you can have a look at :
* Customizing Thesis wordpress theme 404 Error pages
* Customize Thesis wordpress theme with Open Hook plugin
* Add Page Navigation to Thesis wordpress theme
Looking at my referral log, I’m glad that many people bought thesis and I’m sure they must be seeing the positive result. To make them more comfortable with Thesis , as I said earlier I will be coming up with more topic on Thesis theme customization.
Here is a quick code, which you can add into you custom_functions.php to add Digg and Tweetmeme button, beside your post title. Copy the code and paste it in your custom_functions.php file
function Digg_button() {
if (is_single()) {
echo <div style="float:right; padding-left: 5px;"><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js">
</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>;
}
}
add_action( hesis_hook_before_headline, Digg_button);
This simple code will add a Digg and tweetmeme button in your post. You can also edit your custom.css according to your previous customization to add more styling to your Tweetmeme and Digg button. A Working example of this code can be seen at Shoutmeloud.
In case if you don’t wish to add Tweetmeme with code, you can also grab Tweetmeme wordpress plugin.
If you still looking for best SEO wordpress theme , I will suggest Grab Thesis wordpress theme.
Original Source:http://www.shoutmeloud.com/how-to-add-digg-and-tweetmeme-button-in-thesis-wordpress-theme.html
Related Stuff
Google Buzz Button Wordpress Plugin ReleasedIf you are looking for a Google Buzz button to add into your Wordpress site then we have released the first Wordpress plugin exclusively ...
Plug And Play Ecommerce With Wordpress PluginsSince 2003 Wordpress has slowly been gaining popularity amongst the elite of the internet, the bloggers. It is one of those few things ...
Add Google Search to Your WordPress BlogThe native WordPress search does not return very relevant results, thus it makes a lot of sense to add Google Search into your WordPress ...
Add More Sidebars to Your WordPress ThemeYou can add more than one sidebar section to your WordPress site. For example, with the stc-intermountain.org site, I added a whole bunch ...
Series Posting in WordpressIn my functions.php file, I have some code which implements series posting. This relies on the thematic ...
