There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
hi, i want to add adsense code just before the comments start on single post pages, or may be add a widget area above the comments... how is it possible? please help
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#3
Oct 18, 2009, 12:03 PM
Zed
23 posts · Sep 2009
when i am adding a new widgte area in the loop above the footer, then the widget area appears on home page also, i just want it to show on single post pages
put a condition on the statement - read the documentation on the page
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
Last edited by juggledad; Oct 18, 2009 at 12:39 PM.
Go to ATO->Style & edit CENTER COLUMN->The LOOP and read what it says...look at the examples
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#7
Oct 18, 2009, 12:46 PM
Zed
23 posts · Sep 2009
ok so i have put something like this
<?php if ( is_front_page() AND $bfa_ata['postcount'] == 3 ) { ?>
This here will be displayed after the 3rd post on (only) the homepage.
<?php } ?>
to show adsense ads only on single post pages, but what do i replace <?php if ( is_front_page() with? sinple_post_page??????
If your going to start getting fancy, you need to start looking at WordPress and understanding how it works. This will help you figure out things in the future
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#9
Oct 19, 2009, 11:07 AM
Zed
23 posts · Sep 2009
thanx alot juggledad, i'l definitly look into it, in the mean time i greatly appreciate your help. take care