1. Halo Guest, pastikan Anda selalu menaati peraturan forum sebelum mengirimkan post atau thread baru.

[SHARE] Memunculkan Adsense di Opera Mini

Discussion in 'Bengkel AdSense' started by jono, Dec 20, 2012.

Tags:
  1. jono

    jono Super Hero

    Joined:
    Jan 14, 2012
    Messages:
    907
    Likes Received:
    412
    Location:
    In the Kost
    wah om, itu bukan theme buatan ane. itu buatan mobilepress yg uda dicustom om alwi, trs ane custom lg dikit. :D
    keren mastah sharenya, brarti ini buat yang mau homepagenya pakai static ya om?

    om kentooz ahlinya dah kalau masalah theme. :ok:
     
  2. erwans

    erwans Hero

    Joined:
    Mar 2, 2011
    Messages:
    509
    Likes Received:
    14
    Location:
    My Home
    Thanks Om, udah praktek nih, tp ada sdikit msalah, :D

    Untuk nampilin menu navigasi seperti yg ada di header yg atasnya ADS
    Itu gmn yah Om ?... maklum nubi nih... blum pham php.. :D
     
  3. eocers

    eocers Ads.id Pro

    Joined:
    Jul 24, 2011
    Messages:
    267
    Likes Received:
    40
    ane dah pernah coba sob, tapi kenapa iklanya gak ganti ganti cuma yg kaya contoh ente
     
  4. jono

    jono Super Hero

    Joined:
    Jan 14, 2012
    Messages:
    907
    Likes Received:
    412
    Location:
    In the Kost
    Buka header.php, cari kode <body>, hapus semua script yang ada dibawah <body>. Ganti dengan kode ini,
    Code:
    <div id="headerwrap">
    <div id="header">
    <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
    <p><?php bloginfo('description'); ?></p>
    </div>
                
    <div id="navigation">
    <div id="menus">
        <li class="<?php echo($home_menu); ?>"><a class="home" title="<?php _e('Home', 'inove'); ?>" href="<?php echo get_settings('home'); ?>/"><?php _e('Home', 'inove'); ?></a></li>
        <?php
                
            wp_list_categories('title_li=0&orderby=name&show_count=0');    
        ?>
            <li><a class="lastmenu" href="javascript:void(0);"></a></li>
    </div>
    <div class="fixed"></div>
    </div>
    

    Masih di header.php, Cari kode </style>, tambahkan kode ini sebelum </style>
    Code:
    #navigation{background:#e4f2fd;border:1px solid #ccc;border-top:none}
    #menus li{list-style:none;display:block;float:left;padding:0 4px;border-right:1px solid #ccc;text-align:center}
    #menus li a{color:#222;}
    
    Yang jadi kendala script ini gak bisa untuk menu yang ada sub-sub menu nya. udah ane otak atik tapi gagal terus... :)
    kebetulan contoh yg ane punya gak pakai submenu...
    mungkin om kentooz bisa bantu... :D
    ah masa sih gan??
    kalau ganti atau tidaknya kan itu tergantung randomnya adsense sesuai keyword agan...
    kalau masalah itu kita kan gak bisa ngaturnya. :D
    ditunggu aja, mengkin besok ganti. :))
     
  5. indraia

    indraia Newbie

    Joined:
    Feb 19, 2011
    Messages:
    20
    Likes Received:
    0
    nice info... thanksss bgt nih infonya
     
  6. smedia

    smedia Newbie

    Joined:
    Jan 15, 2013
    Messages:
    25
    Likes Received:
    0
    share yg bAGUS, THANK YOU
     
  7. Irsan09

    Irsan09 Super Hero

    Joined:
    Feb 15, 2011
    Messages:
    882
    Likes Received:
    18
    Baru sudah praktekin nich... lagi nunggu hasil nich gan
     
  8. siprof

    siprof Reviewer

    Joined:
    Jun 4, 2011
    Messages:
    845
    Likes Received:
    28
    Ane generate code baru, butuh waktu brp lama ya biar iklannya nongol? Udah 48 jam lebih nih...
     

Share This Page