Is there any wp plugin that can show a box below posts in which we can put email subscription field or give away ebook like that. As in problogger or dailyblogtips Any ideas
You don't need any plugin. Just edit your index.php and single.php files in your theme. You can create your box by divs and style it with CSS. It's pretty easy.
Here's a walk through on how to add in the author's profile information under the post content: http://wphacks.com/how-to-add-bio-info-to-wordpress-posts/ While the information seen is going to be different, the concept of where to place it and how to do the div's and css is the same. Or heck, you can even use the author's description field to show your sales information if you;re not using it.