Showing posts with label [Tutorial]. Show all posts
Showing posts with label [Tutorial]. Show all posts

Tuesday, July 26, 2011

[Tutorial] How to Enable Arabic Letters in WordPress

type='html'>
How to Enable Arabic Fonts or Letters in WordPress If you are an Arabic native speaker where you’re more comfortable with Arabic letters and everythng Arab, you’re advised to use WordPress in Arabic which can be downloaded from www.ar-wp.com.

And if you’re more comfortable with WordPress dashboard in English or Bahasa Indonesia at the same time you would also enable Arabic fonts/letters in posts, pages and comments, you may follow this tutorial below:
1. Login to you Cpanel (yoursite.com/cpanel), find menu PHPMyAdmin.
2. Find the database of your blog. Select the table “wp_posts“, edit the field of “post_content“.
3. Change the collation in to “utf8_general_ci”
4. Save. You’re done.

cr : A. Fatih Suhud's Blog
TAKE OUT WITH FULL CREDIT

Friday, July 22, 2011

[Tutorial] Membuat Komentar Admin Berbeda Dengan Pengunjung Blog

type='html'>


Kalau kita berkunjung ke beberapa blog terkadang kita melihat daftar komentator suatu postingan dan mendapatkan komentar admin atau pemilik blog tampak berbeda dengan komentar pengunjung. Sebagian template telah menyediakan fitur ini sedangkan lainnya harus dimodifikasi lagi.


Tapi bagi anda yang templatenya belum memiliki fitur tersebut berikut trik membuat komentar pemilik blog berbeda dengan pengunjung:


1. Log In ke blogger Anda
2. Jangan lupa beri tanda centang Expand Widget Templates
3. Copy paste kode di bawah sebelum kode ]]>
.author-comments {
background: #ffffff;
border: 2px solid #666666;
padding: 5px;
}
Ket. : Untuk kode yang berwarna merah bisa anda ganti sesuai selera anda


4. Cari kode seperti di bawah: 









said...
















Kode warna merah yang di tulis tebal (bold) adalah kode baru yang harus di sisipkan di antara kode di atas.

5. Simpan Template.

Sekarang lihat artikel yang ada komentar anda, sudah berubah tampilannya atau belum? Saat menuliskan komentar anda harus dalam sign in di blogger anda.

Dan kalau ingin komentar Admin memiliki background image seperti gambar dibawah ini:
Ganti saja backgroundnya dengan URL gambar anda.

cr : amatullah83.blogspot.com
shared by koreanindo-zone.blogspot.com
TAKE OUT WITH FULL CREDIT