[Plugin: TweetMeme Button] Display button on first entry only on front page
-
I’d like to display the Tweetmeme button (manually) only on the first entry of the front page.
Added this script to index.php:
<?php if (!$paged &&function_exists('tweetmeme') && !$tm_display_front) echo tm_generate_button(); ?>
Unfortunately, that still displays the button on every entry on the front page.
Any scripters want to take a crack at this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: TweetMeme Button] Display button on first entry only on front page’ is closed to new replies.