看板 Mesak
作者 標題 [PHP] WP 子主題
時間 2012年12月24日 Mon. PM 10:54:18
http://codex.wordpress.org/Child_Themes
主要就是 建立一個 主題 style.css 標頭打上內容
/*
Theme Name: Twenty Twelve Child
Theme URI: http://example.com/
Description: Child theme for the Twenty Twelve theme
Author: Your name here
Author URI: http://example.com/about/
Template: twentytwelve
Version: 0.1.0
*/
Theme Name: Twenty Twelve Child
Theme URI: http://example.com/
Description: Child theme for the Twenty Twelve theme
Author: Your name here
Author URI: http://example.com/about/
Template: twentytwelve
Version: 0.1.0
*/
然後繼承父佈景的 css就好了
@import url("../twentytwelve/style.css");
http://blogs.carrielis.com/post/use-child-theme-to-build-your-personalized-twenty-ten-theme.html
--
※ 作者: mesak 時間: 2012-12-24 22:54:18
※ 看板: Mesak 文章推薦值: 0 目前人氣: 0 累積人氣: 86
回列表(←)
分享