3. ? Menempatkan style untuk theme
? Menyimpan data theme
/*
Theme Name: Muawanah
Description: 2 Column, CSS, xHTML, JQuery. Download other from <a
href="http://myhaley.com"> HaleyGroup </a> , free !!
Version: 0.1
Author: Asep Sufyan Tsauri
Author URI: http://www.tsauri28.myhaley.com/
*/
/* Style anda disini !!! */
4. ? Halaman utama yang
akan dipanggil awal
oleh http
? Memanggil file struktur
yang lain, seperti
header, footer, dsb.
? Biasanya digunakan
untuk menyimpan
headline post
5. ? Bagian `kepala¨ struktur wordpress
? Biasanya untuk menyimpan link ke style,
script dsb
12. ? Tampilkan post dalam kategori tertentu
<?php
$my_query = new
WP_Query('category_name=Uncategorized&showposts=4');
?>
? Costum Field
<?php
get_post_meta($post->ID,'image', true) )
?>