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

Mengatasi Tanda + di Halaman search Result wp 3.0

Discussion in 'Wordpress' started by Angeal, Jun 22, 2010.

  1. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    okay... tadi barusan sobat dari adsense ID mengalami masalah deengan blognya yang baru diupdate ke wordpress 3.0

    masalah yang dihadapinya adalah adanya tanda + di title search result sebagai pengganti spasi ,,

    contoh :

    <title>Adsense+ID+keren+banget</title>

    dimana seharusnya

    <title>Adsense ID keren banget</title>

    okay.. mari kita beraksi :)

    Untuk kasus kali ini, dy menggunakan plugin AIO Seo pack...

    buka bagian plugin > edit > pilih all-in-one-seo-pack/aioseop.class.php

    cari kode :

    PHP:
     $title_format $aioseop_options['aiosp_search_title_format'];
                
    $title str_replace('%blog_title%'$this->internationalize(get_bloginfo('name')), $title_format);
                
    $title str_replace('%blog_description%'$this->internationalize(get_bloginfo('description')), $title);
                
    $title str_replace('%search%'$search$title);
    nah, tambahin kode

    PHP:
    $title str_replace('+',' ',$title);
    dibawahnya... jadinya :

    PHP:
    $search $this->capitalize($search);
                
    $title_format $aioseop_options['aiosp_search_title_format'];
                
    $title str_replace('%blog_title%'$this->internationalize(get_bloginfo('name')), $title_format);
                
    $title str_replace('%blog_description%'$this->internationalize(get_bloginfo('description')), $title);
                
    $title str_replace('%search%'$search$title);
                
    $title str_replace('+',' ',$title);
    dan seharusnya tanda + di title tag halaman search result Wordpress 3.0 udah sembuh :senyum:

    okay, any question? if no.. send cendol or thanks to this thread okay?? :silau:
     
    starwrite, rheeantz, FayLa and 3 others like this.
  2. Ega_bagus

    Ega_bagus Super Hero

    Joined:
    Oct 23, 2009
    Messages:
    2,352
    Likes Received:
    113
    thanks berat brad...... :)
     
  3. pixelman

    pixelman Super Hero

    Joined:
    Sep 24, 2008
    Messages:
    953
    Likes Received:
    75
    Location:
    Manado - Sulut
    thanks gan di coba dulu
     
  4. maxall

    maxall Super Hero

    Joined:
    Mar 4, 2010
    Messages:
    2,381
    Likes Received:
    501
    mantap,baru ngeh saia kalo tampilan page search berubah gara gara upgrade 3.0 :senyum:
     
  5. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    @ega

    same2 boy :D

    @maxall

    hihihi :D

    dah dicba??
     
  6. thevixi

    thevixi Super Hero

    Joined:
    Aug 29, 2009
    Messages:
    3,284
    Likes Received:
    150
    Location:
    Ditelapak Kaki Ibu
    kalo pake plugin platinum seo gimana pren?
    apa sama aza settingnya?:hmm:
     
  7. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    wah... ane lom cb sob :D

    keknya hampir sama deh :D
     
  8. W4nzz

    W4nzz Super Hero

    Joined:
    Dec 12, 2008
    Messages:
    1,342
    Likes Received:
    94
    Location:
    Kota Billboard (Medan)
    langsung di keluarin ilmunya.. hehe
     
  9. si3mon

    si3mon Ads.id Pro

    Joined:
    Jan 16, 2010
    Messages:
    383
    Likes Received:
    8
    wuih....nais inpoh....ini yang lg ane cari, maklum masih newbie:silau:
    btw kalo gak di update ke WP 3.0 pengaruhnya apa sob terhadap blog selain masalah yang timbul seperti yg TS uraikan?
    dan kalo di-update ke WP 3.0, selain plugin AIO Seo Pack tersebut plugin apa lagi yg perlu menyesuaikan?
     
  10. renogen

    renogen Super Hero

    Joined:
    Jan 4, 2010
    Messages:
    1,999
    Likes Received:
    109
    Location:
    Blora
    Muanteb Gan. Makasih Infonya........
     
  11. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    @simon

    hm.. apa yach.. ane sendiri lom upgrade ke wp 3.0... jadi ane lom isa coment :D

    @renongan

    okey gan :D
     
  12. ThemesHow-to

    ThemesHow-to Hero

    Joined:
    Apr 30, 2010
    Messages:
    537
    Likes Received:
    53
    Location:
    http://nicherss.com
    :kiss: Manteb Gan, bener-bener belum pernah search di WP 3.0 jadi belum tahu. (dan mikir)
     
  13. thevixi

    thevixi Super Hero

    Joined:
    Aug 29, 2009
    Messages:
    3,284
    Likes Received:
    150
    Location:
    Ditelapak Kaki Ibu
    bos kalo ngilangin . html dibelakang keywror gimana?
    coz punyaku di kotak search muncul key+key.html:nangis:
     
  14. mqhidayat

    mqhidayat Super Hero

    Joined:
    Sep 24, 2008
    Messages:
    1,289
    Likes Received:
    151
    Location:
    Ngalam
    tinggal tambahin lagi pake ini:
    PHP:
    $title str_replace('.html','',$title); 
    cuma yg jd mslh ni, hasil pencariannya.
    kalo STT dh diuprek jd "_http://domain.tld/search/kata-kunci.html"
    hasil pencariannya g bisa "kata kunci" tp ttp "kata-kunci.html"

    ada yg bisa benerin?
     
  15. thevixi

    thevixi Super Hero

    Joined:
    Aug 29, 2009
    Messages:
    3,284
    Likes Received:
    150
    Location:
    Ditelapak Kaki Ibu
    nah itu bos masalah kita sama
    uda tak utik-atik malah ancur blogku:nangis:
    ada yang bisa bantuin ga niyh?
     
  16. maxall

    maxall Super Hero

    Joined:
    Mar 4, 2010
    Messages:
    2,381
    Likes Received:
    501
    :nangis: gak bisa utak atik ane,sementara no index dulu halaman search :nangis:
     
  17. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    hm.. menaik nich.

    harus segera uprek2 kode2 STT nich :D
     
  18. mine_rsr

    mine_rsr Super Hero

    Joined:
    Apr 20, 2010
    Messages:
    803
    Likes Received:
    5
    Location:
    Jepara-Malang PP
    wah takut ngotak ngatiknya dah, takut error trus g bisa balikin parah dah, maklum nyubiee.....
     
  19. Angeal

    Angeal Super Hero

    Joined:
    Aug 25, 2009
    Messages:
    932
    Likes Received:
    349
    Location:
    Solo
    nyoba ajah takut.. gmn mo maju kang mas?
     
  20. nnttoo

    nnttoo Super Hero

    Joined:
    Apr 16, 2010
    Messages:
    1,260
    Likes Received:
    620
    Waduh tengkyu gan,, ini masalh udah lama ane cari cari penyelesaiannya, ampe muter muter di blog nya om jevuska, akhirnya dapet juga di sini ,,,,
     

Share This Page