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 Regard
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.
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
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
hey thanks for this good info but it was not showing my post name, so what changes i have to do now ?
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)