Great work as usual.
I would like to remove the twitter/retweet button on the side of each post in the Habitat theme. I would like to keep the stick out tab with the post date, simply remove the twitter part.
Is there a way to do this?
Thank you
Great work as usual.
I would like to remove the twitter/retweet button on the side of each post in the Habitat theme. I would like to keep the stick out tab with the post date, simply remove the twitter part.
Is there a way to do this?
Thank you
Hey,
delete or comment out following code in index.php and archive.php:
<?php if($k_option['single']['acc_tw'] != '') { ?>
<div class="tweetmeme">
<script type="text/javascript">
tweetmeme_source = '<?php echo $k_option['single']['acc_tw']; ?>';
tweetmeme_url = '<?php echo get_permalink() ?>';
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
<?php } ?>Nice one dude, thanks
Glad that I could help you :)
Actually, that worked - but it still shows on the single post page?
Hey,
open up single.php and delete the same code - you'll find the same code there - just delete it :)
You must log in to post.