How can I add Adsense into a PHP template on my new Wordpress blogs "single post" code page? I would like for it to be just below the article title/heading.
<?php get_header(); ?> <div class="hfeed"><?php the_post(); ?> <div id="post-<?php the_ID(); ?>" class="<?php blogtxt_post_class(); ?>"> <h2 class="entry-title"><?php the_title(); ?></h2> <div class="entry-content"><?php the_content('<span class="more-line">'.__('Continue Reading »', 'blogtxt').'</span>'); ?><?php link_pages('<div class="page-link">'.__('Pages: ', 'blogtxt'), "</div>\n", 'number'); ?> </div><!-- <?php trackback_rdf(); ?> --> </div><!-- .post --><?php


LinkBack URL
About LinkBacks
Reply With Quote
