Membuat Theme WP #1 - style.css
Dalam theme WP, salah satu file yang diperlukan adalah style.css
Selain untuk menempatkan CSS, file ini juga untuk menyimpan informasi theme tersebut, seperti nama theme, author dll.
Jika file style.css tidak ada, maka theme akan error.
Berikut contoh isi informasi dari style.css
/*
Theme Name: Twenty Ten Theme
URI: http:// wordpress. org/
Description: The 2010 default theme for WordPress.
Author: wordpressdotorg
Author URI: http://wordpress. org/
Version: 1.0
Tags: black, blue, white
License:
License URI: General comments (optional). */
Dari contoh diatas, yang wajib adalah Theme Name, selain itu opsional.
Theme name harus unik.
Download/Lihat code:
https://docs.google.com/viewer?pid=explorer&srcid=0B9kp0euLs-_VQVpqVTZGcWpqRWM&docid=44cc6cdbb723f84b3391c51601d31053%7C185a63349728ee5840759bc2eff7f940&chan=EwAAALh7qp83DZD15Ho1FxPa5qN5RbWevJr/tLYFTOIUt81j&a=v&rel=zip;z3;style.css
Komentar (4)
Arsip Statis