Any plugin to do THIS?

Discussion in 'WordPress' started by bubaipal, Nov 1, 2009.

  1. #1
    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
     
    bubaipal, Nov 1, 2009 IP
  2. Grim_Cris

    Grim_Cris Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    Grim_Cris, Nov 1, 2009 IP
  3. bubaipal

    bubaipal Peon

    Messages:
    939
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You mean i need to add the code for the box after the post?
     
    bubaipal, Nov 1, 2009 IP
  4. Grim_Cris

    Grim_Cris Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Yes! That you need to do
     
    Grim_Cris, Nov 1, 2009 IP
  5. theapparatus

    theapparatus Peon

    Messages:
    2,925
    Likes Received:
    119
    Best Answers:
    0
    Trophy Points:
    0
    #5
    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.
     
    theapparatus, Nov 1, 2009 IP