25 thoughts on “Cara membuat dan memasang kustom logo email google Apps”

  1. mau tanya nih temen2 kalau ada yang tahu. saya sudah punya akun email user pada google apps tapi kok gak bisa menerima email ya, kalau buat kirim bisa..
    apa masalahnya ya?

    Reply
  2. Coba sob buka file function.php di theme editor. Cari baris ke-12 akan tampak sprti di bawah ini :

    add_filter(‘comment_text’, ‘slf_comment_text’, 29);
    function slf_comment_text($comment) {
    echo str_replace(“”, “”, nl2br($comment));
    }

    Coba ganti baris diatas dengan ini :

    add_filter(‘comment_text’, ‘slf_comment_text’, 29);
    function slf_comment_text($comment) {
    if(empty($_POST[‘comment_post_ID’])) {
    echo str_replace(“”, “”, nl2br($comment));
    }
    }

    Klo udah bs kasih tau saya ya sob..semoga berhasil

    Reply
  3. wah..info yg baru lg ni…Terima kasih ya BigBos udah bantuin sy buat email dengan namadomain sendiri (gratis lagi) dari Google Apps…pokoke sukses dah buat “indositehost.com”…

    Reply

Leave a Comment

Verified by MonsterInsights