Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   How can i use in Atahualpa 3.6.7 adsense? (http://forum.bytesforall.com/showthread.php?t=14489)

melenuri Jun 4, 2011 06:15 AM

How can i use in Atahualpa 3.6.7 adsense?
 
I NEED HELP... I search a lot and read articles but can not add adsense to Atahualpa 3.6.7 . I want to put adsense to posts above and bottom

juggledad Jun 4, 2011 07:04 AM

In 3.6.7 you will need to edit index.php and put your code for the ad in there.

melenuri Jun 4, 2011 02:22 PM

How? I wanto put in content and in posts.. I do not want to put homepage

juggledad Jun 4, 2011 07:50 PM

There are multiple ways to edit a file. You can use the built in word reassemble or download the file to your machine and edit and reupload it

melenuri Jun 5, 2011 07:45 AM

I know I use editor of wordpress but i can not find in file where i put adsense codes? Which part of index.php will i put code?

juggledad Jun 5, 2011 08:55 AM

it all depends on where you want them to display. Take a look at the code and decide where you want the ads to show up and place the code at that point.

melenuri Jun 5, 2011 12:19 PM

I want to put it in single posts above of content and bottom of content For example::


adsense code
text content images etc...
.............
............
adsense code
comments
footer...

melenuri Jun 10, 2011 06:19 AM

Can anybody help me?

juggledad Jun 10, 2011 06:28 AM

You need to edit index.php and find this area of the code
HTML Code:

                <?php bfa_post_kicker('<div class="post-kicker">','</div>'); ?>
                <?php bfa_post_headline('<div class="post-headline">','</div>'); ?>
                <?php bfa_post_byline('<div class="post-byline">','</div>'); ?>
                <?php bfa_post_bodycopy('<div class="post-bodycopy clearfix">','</div>'); ?>
                <?php bfa_post_pagination('<p class="post-pagination"><strong>'.__('Pages:','atahualpa').'</strong>','</p>'); ?>
                <?php bfa_post_footer('<div class="post-footer">','</div>'); ?>

now put a php conditional with your adsense code above/below the areas you want it to show up in.


All times are GMT -6. The time now is 06:14 PM.

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