• firestorm

    (@firestorm)


    i would like to know how to show adsense in the sidebar of Posts ..

    i have put the adsense code in the sidebar.php , but when i click “more” of any post , the adsense cannot be seen.

    thx

Viewing 3 replies - 1 through 3 (of 3 total)
  • silkjaer

    (@silkjaer)

    Look into conditional tags, and you might want to do a <?php if (!is_single()) { ?> ADSENSECODE <?php } ?> – that means – if current page is not single, do this …

    Thread Starter firestorm

    (@firestorm)

    hello , it must be in sidebar.php ? i am a bit confused with the code ??

    silkjaer

    (@silkjaer)

    yea, then the content between the <?php ?> parts is only visible on post pages..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show adsense in sidebar of Post’ is closed to new replies.