Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   [SOLVED] Adsense ad place (http://forum.bytesforall.com/showthread.php?t=11254)

aclime Nov 19, 2010 03:24 AM

[SOLVED] Adsense ad place
 
I wanted to show google adsense ads before headline so I added code in the loop. Everything is fine in single posts BUT in frontpage my ad shows after each post. How to place my ad above post without this issue? Please help, thank you.

juggledad Nov 19, 2010 04:19 AM

What version of Atahualpa and wp?
What is the URL?
Where in the loop did you put the code?

Note: as a personal opinion, I refuse to go back to a site that has an Ad between each post and I thought I read somewhere recently, that google is not rewarding that type of ad placement

aclime Nov 19, 2010 07:22 AM

Atahualpa 3.5.3 WP Version 3.0.1
For example single post: http://docs.e7.lt/dos-komandos/
Code:

<?php /* Post Container starts here */
if ( function_exists('post_class') ) { ?>
<div <?php if ( is_page() ) { post_class('post'); } else { post_class("$odd_or_even"); } ?> id="post-<?php the_ID(); ?>">
<?php } else { ?>
<div class="<?php echo ( is_page() ? 'page ' : '' ) . $odd_or_even . ' post" id="post-'; the_ID(); ?>">
<?php } ?>
<?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>
<?php echo 'my_adsense_code'; ?>
<?php bfa_post_headline('<div class="post-headline">','</div>'); ?>

Yes, I know, that place can be annoying to visitor but my CTR is very low. For example this month my ads was viewed 2 740 and clicked only 13 times. I need to place ads in more important area to catch visitors eye. You can look at my ads at this website: http://docs.5k.lt You see they are in sidebars and in the header but that don't help. What do you suggest?

aclime Nov 20, 2010 04:45 AM

I added it in above loop area and it works like I want.


All times are GMT -6. The time now is 04:43 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.