Already a member?
Sign in
| Version | User | Scope of changes |
|---|---|---|
| Jun 20 2006, 6:42 PM EDT (current) | juicecowboy | 1 word added, 6 words deleted |
| Jun 20 2006, 6:41 PM EDT | juicecowboy | 1 word added, 1 word deleted |
Changes
Key: Additions Deletions
WordPress Bloggers:
We advise you to make a backup of your Index.php file before making any modifications. This edit is minor, but with computers, we've given up guessing when and what could go wrong.Simply follow these step-by-step instructions. These instructions are for putting the link on your main (Index.php) page, but can be adjusted to suit your needs.
- Log into your Wordpress account and go to the Presentation-Theme Editor menu.
- Select the Main Index Template (index.php) link from the page list.
- Locate the line that contains your "Comments:". It should look something like this:
<p class="postmetadata"><?php edit_post_link('Edit',''); ?> <br /><strong>Comments:</strong> <?php comments_popup_link('Be the first to comment', '1 Comment', '% Comments'); ?></p>
- Just before the < strong >Comments: < /strong >Comments: add the following code:
<a href="http://www.winelifetoday.com/submit.php?url=<?php the_permalink() ?>" title="Add this story to Wine Life Today."><strong>Toast This!</strong></a>
- Click the "Update File" button, reload your main page and you should see the "Toast This!" link beside your Comments: field.
