How to use this Code Help Plase

Discussion in 'HTML & Website Design' started by mohitmohan, Feb 20, 2010.

  1. #1
    Hi DP frinds,

    can any one tell me how can i add feed burner email subscription box after each post, i have seen on many blog that they are using some good tricks please watch this image, they are showing post tittle before the subscription box so how to do this, i am using wordress blog so please help me

    [​IMG]

    Regard
     
    mohitmohan, Feb 20, 2010 IP
  2. unkn000wn

    unkn000wn Member

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    I guess you get some html or php code from FeedBurner.

    Go to the wp-content/themes

    And edit you theme that you are using.
     
    unkn000wn, Feb 20, 2010 IP
  3. mohitmohan

    mohitmohan Active Member

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    yes i have html code from feedburner but i want to know that how can i add post tittle like see in image, any way thanks for replay
     
    mohitmohan, Feb 20, 2010 IP
  4. mohitmohan

    mohitmohan Active Member

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #4
    still not received any good replay please help me
     
    mohitmohan, Feb 21, 2010 IP
  5. broxen

    broxen Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    depend on your preferences use:
    <p>your title here</p>
    HTML:
    for a paragraph
    or
    <h2>your title here</h2>
    HTML:
    for a header.
    put it just before your feedburner code.
    hope that's help :)
     
    broxen, Feb 21, 2010 IP
  6. mohitmohan

    mohitmohan Active Member

    Messages:
    167
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #6
    hey thanks for this good info but it was not showing my post name, so what changes i have to do now ?
     
    mohitmohan, Feb 21, 2010 IP
  7. broxen

    broxen Peon

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    ups, guess I don't read about that before reply.
    Try this
    read information related to <?php the_title(); ?> blahblahblah
    PHP:
    limitation, can't put it on sidebar, only within the loop (mean everywhere before next post- preview post link)
     
    broxen, Feb 21, 2010 IP