Adding adsense inside post entry on wordpress meadowland theme
-
Here is the code from the index.php ( I am trying to add adsense float to the right within the post content. I can get it to go under to post title but not within the post content.
<div id=”content”>
<div id=”content-inner”><div id=”main”>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”
<div class=”entry”><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<?php the_content(‘Read more »’); ?>
</div>
The blog I need help with is: (visible only to logged in users)
-
-
Here are a couple links for reference.
http://en.support.wordpress.com/advertising/
http://en.wordpress.com/types-of-blogs/ -
-
- The topic ‘Adding adsense inside post entry on wordpress meadowland theme’ is closed to new replies.