Cara Pertama - Membuat Seluruh Isi Postingan atau Artikel Tidak Bisa Di CoPas (Copy Paste ) Dengan Menambahkan Script Pada Template
1. Pilih menu template
2. Lalu Pilih Edit HTML
3. Cari kode </head> ( Untuk memudahkan mencari kode </head> tekan CTRL + F lalu ketik </head> ) letakan kode berikut tepat dibawah kode </head>
1. Pilih menu template
2. Lalu Pilih Edit HTML
3. Cari kode </head> ( Untuk memudahkan mencari kode </head> tekan CTRL + F lalu ketik </head> ) letakan kode berikut tepat dibawah kode </head>
<script type="text/javascript">
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</script >
if (typeof document.onselectstart!="undefined") {
document.onselectstart=new Function ("return false");
}
else{
document.onmousedown=new Function ("return false");
document.onmouseup=new Function ("return true");
}
</script >
4. Selanjutnya pilih Simpan template
5. Selesai
Tidak ada komentar:
Posting Komentar