Quote:
Originally Posted by TekAngel
I want to place the "addthis_social_widget_drop.php" plug inside a div.
It places a Bookmark button on every post so surfers can add the post to their social bookmarks.
The problem is that I want to place it at the end of the post in its own div, and I am not sure how to do it. I think I need to edit the Main Index Template and add the div at the end of post, but how do I call the plug in?
I hope someone can help, and that this is not too confusing.
|
Depending on your theme but it probably should go in the Main Index Template where "the loop" resides. I'd probably try placing it right after this
Code:
<?php the_content(); ?>
but you can move it around a bit until you have it placed exactly where you want.