Skip to content

Instantly share code, notes, and snippets.

@dankerizer
Created May 7, 2018 05:58
Show Gist options
  • Select an option

  • Save dankerizer/5765168b5ac9b5e8080011f0505f8f02 to your computer and use it in GitHub Desktop.

Select an option

Save dankerizer/5765168b5ac9b5e8080011f0505f8f02 to your computer and use it in GitHub Desktop.
//contoh fungctions untuk banner
function ini_banner_saya(){
echo '
<a href=""><amp-img src="https://ecs7.tokopedia.net/img/banner/2018/4/30/25618007/25618007_2cecb64d-2c18-4469-8c50-b3532d8bf724.jpg.webp" width="460" height="130"></amp-img></a>
';
}
add_action('adense_below_title','ini_banner_saya'); //ini_banner_saya di ambil dari nama function di atas
/**
Berikut ini list-list hook posisi iklan
ads_home_above << iklan di bawah slider home
ads_home_below << iklan di bawah loop home page
//single
adense_below_title << iklan di bawah title
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment