31
WORDPRESS THEME & DESIGNING ธีม (โครงเว็บ) และการออกแบบสำหรับเวิรดเพรส โดย เมน (iMenn.com) วิทยากรจาก iSchool by iMenn.com Trainer at iSchool.in.th 19 October 2008 at WordCamp Bangkok, TCDC

Wordpress Theme and Design

Embed Size (px)

DESCRIPTION

Wordpress Them and Designing. From HTML and CSS to Template files.

Citation preview

Page 1: Wordpress Theme and Design

WORDPRESSTHEME & DESIGNING

ธีม (โครงเว็บ) และการออกแบบสำหรับเวิร์ดเพรส โดย เม่น (iMenn.com) วิทยากรจาก iSchool

by iMenn.com

Trainer at iSchool.in.th19 October 2008

at WordCamp Bangkok, TCDC

Page 2: Wordpress Theme and Design

WEB DESIGN & LAYOUT

Page 3: Wordpress Theme and Design

WEB DESIGN

การออกแบบเว็บที่ดี ต้องสามารถทำให้คนเข้าถึงเนื้อหาได้ง่าย คาดเดาได้ว่าเนื้อหาอยู่ส่วนใด

header

footer

content sidebar

(nav)

Page 4: Wordpress Theme and Design

GENERAL WEB LAYOUT

โครงหลักของเว็บโดยทั่วไป

header

footer

content sidebar

(nav)

Page 5: Wordpress Theme and Design

DESIGNING YOUR OWN

เริ่มต้นที่การออกแบบหน้าเว็บ แนะนำให้อิงตามโครงมาตรฐาน

Graphic bymamamopang.com

header

footer

content sidebar

(nav)

Page 6: Wordpress Theme and Design

DEFINE SECTION

กำหนดชิ้นส่วนต่างๆ ตามโครงมาตรฐาน

header

content

sidebar

footer

Page 7: Wordpress Theme and Design

CREATE HTML

Page 8: Wordpress Theme and Design

CSS DESIGN PATTERN

กำหนดชื่อและค่าต่างๆของ CSS โดยปกติเราอาจนำ footer ไว้ใน wrapper ได้

แต่กรณีนี้ต้องการให้ footer ติดขอบล่าง จึงทำ wrapper สูง 100% - ความสูง footer

wrapper

a (img)

a

a

header

body

footer

h1.date

p, table, etc..commentlist

#commentform

h2ulli

content sidebar

Page 9: Wordpress Theme and Design

HTML CODE

โค้ดของ HTML

wrapper

a (img)

a

header

body

footer

h1.date

p, table, etc..commentlist

#commentform

h2ulli

content sidebar

Page 10: Wordpress Theme and Design

EXAMPLE CSS

โค้ดของ CSS

Page 11: Wordpress Theme and Design

WEB PAGE

เราก็จะได้หน้าเว็บซึ่งเป็น HTML และ CSS

Page 12: Wordpress Theme and Design

CUT IT TO WORDPRESS

Page 13: Wordpress Theme and Design

ALL ELEMENTS IS “VARIABLE”

ทุกๆสิ่งที่เรากำลังจะทำ คือ “ตัวแปร” ซึ่งได้มาจากการไปสั่งให้ Wordpress “พ่น” ค่าออกมา

Widget

Attached Image

Title

Comment

Comment Form

Page 14: Wordpress Theme and Design

TEMPLATE FILES (INDEX.PHP)

ไฟล์ต่างๆ ของธีมในเวิร์ดเพรส

index.php header.php

sidebar.php

footer.php

Page 15: Wordpress Theme and Design

TEMPLATE FILES (SINGLE.PHP)

ไฟล์ต่างๆ ของธีมในเวิร์ดเพรส

single.php header.php

sidebar.php

footer.php

comments.php

Page 16: Wordpress Theme and Design

TEMPLATE HIERARCHY

ลำดับชั้นการเรียกใช้งานไฟล์ต่างๆ

Page 17: Wordpress Theme and Design

TEMPLATE HIERARCHY

ลำดับชั้นการเรียกใช้งานไฟล์ต่างๆ

Page 18: Wordpress Theme and Design

TEMPLATE HIERARCHY

ลำดับชั้นการเรียกใช้งานไฟล์ต่างๆ

Page 19: Wordpress Theme and Design

TEMPLATE TAGS

ตัวแปรต่างๆ ใน Wordpress ที่เราสามารถให้ระบบพ่นค่าออกมาได้

http://codex.wordpress.org/Template_Tags

Page 20: Wordpress Theme and Design

EXAMPLE INDEX.PHP (List View)

ตัวอย่างการแสดงผลรายการต่างๆ แบบ List

.item

#content(list of item)

the_title()

the_exerpt()

the_time()

Page 21: Wordpress Theme and Design

EXAMPLE SINGLE.PHP (Detail View)

ตัวอย่างการแสดงผลหน้าเว็บ (รายละเอียดของเนื้อหา)

the_title()

the_content()

Page 22: Wordpress Theme and Design

INTERESTING PLUGINS

ปลั๊กอินที่น่าสนใจ

get-the-image

audio-player

hana-flv-player

contact-form-7

custom-field-template

jquery-lightbox-for-native-galleries

live-search-popup

wp-page-number

yak-for-wordpress

Page 23: Wordpress Theme and Design

SAMPLE IMPLEMENTATION

Page 24: Wordpress Theme and Design

iMenn.com

บันทึกจิปาถะของเม่น

get-the-image

audio-player

Page 25: Wordpress Theme and Design

iSchool.in.th / TrinityThailand.com

สถาบัน iShool สอนกราฟฟิคและครีเอทีฟ

custom-field-template

custom-field-template

Page 26: Wordpress Theme and Design

Plajazz.com

วงดนตรีแจ๊สของปลาทอง

hana-flv-player

(native gallery)

Page 27: Wordpress Theme and Design

digital2home.com (Wordpress & My Code)

เว็บขายกล้อง

(Page)

(Post)

Page 28: Wordpress Theme and Design

be-live.in.th (Wordpress & My Code)

เว็บขาย Furniture

get-the-image

Page 29: Wordpress Theme and Design

readjournal.org

เว็บของวาสารรายสามเดือน “อ่าน”

Page 30: Wordpress Theme and Design

Free Theme for WordCamp Bangkok

ธีมฟรี สำหรับงาน WordCamp Bangkok ดาว์นโหลดที่ http://www.imenn.com/theme/wordcamp-bangkok/

Graphic bymamamopang.com

Theme byiMenn.com

Download athttp://www.imenn.com/theme/wordcamp-bangkok/

Page 31: Wordpress Theme and Design

QUESTION & ANSWER