Posts Tagged ‘wordpress’

Test Posting from My Blackberry

Thursday, August 20th, 2009

Today I have downloaded the last version of Blackberry for Wordpress application. The version is 0.9.0.149. As we know the previous versi doesn’t accept connection from BIS (Blackberry Internet Service) but in this new release it is done. And this posting made using that application for test.

We can upload photo like this one. The photo can we take from folder that already at our album or just take it using camera.

Off course I am very excited with this app. And thanks so much to wordpress team that work hardly.

Wordpress for Blackberry is Avalaible Now

Sunday, August 2nd, 2009

Good news for Blackberry users who using worpress as their blogging service. Blackberry for Wordpress in beta version is just launch this July. With this application, you can make new post from your blackberry, read and delete comments and using others features.

At 28 July 2009, the beta version is 0.9.0.140 with fix bugs and many changes. You can download this Blackberry application here from your handheld or join Wordpress for Blackberry to discuss anything about this app.

To using Wordpress for Blackberry your system needs some requires likes  you need Blackberry OS 4.2.1 or higher and your handheld must be Blackberry seri 8700, Pearl, Curve, Bold or Storm.

Cara Membuat Sidebar di Wordpress

Saturday, June 6th, 2009

Sidebar adalah kumpulan menu yang terdapat disi kiri atau kanan halaman atau page di wordpress. Themes wordpress default hanya memiliki satu side bar yaitu di halaman index.php. Di halaman single post dan page tidak ada sidebar sehingga menyulitkan pengunjung untuk membrowse seluruh isi blog.

Berikut ini cara membuat sidebar dan mengubah themes default wordpress.

1. Pada bagian themes, klik edit, kemudian cari file single.php.

2. Di halaman single.php cari <div id=”content” class=”widecolumn”> kemudian delete dan ganti dengan <div id=”content” class=”narrowcolumn”>

3. Di bagian bawah halaman single.php, cari
<?php get_footer(); ?> kemudian tambahkan dengan <?php get_sidebar(); ?> pada bagian depan script tadi.

4. Klik update file untuk mensave file single.php.

5. Anda bisa juga mengedit file single.php menggunakan software FTP di alamat : wp-content/themes/default/single.php