Hi, I am just looking for that plugin of wordpress using which I can insert ads on front page of my wordpress blog, just below title. I don't want to edit the template files as I am displaying 10 posts at once and certainly don't want the adsense code to display 10 times! Thanks
I dont think there is any option rather than editing the index.php file and adding the code below/above : <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a> Code (markup):
Thanks amit, let me see how it works. On the side note, even when you are less active and I am full active in DP, you still seems to be making more posts then me
Just make sure it is before the loop and you won't have any problems. In case you've forgotten, this is the code to post before: <?php if (have_posts()) : while (have_posts()) : the_post();?> Code (markup):