Word Press Theme Word Press Meetup 2012 11

  • Slides: 52
Download presentation
Word. Press Theme Word. Press Meetup 2012. 11. 17 @ssamture@gmail. com http: //ssamture. net

Word. Press Theme Word. Press Meetup 2012. 11. 17 @ssamture@gmail. com http: //ssamture. net By 임민형 (http: //kopress. kr)

워드프레스 테마 wordpress. org/extend/theme

워드프레스 테마 wordpress. org/extend/theme

워드프레스 테마 wootehems. com

워드프레스 테마 wootehems. com

워드프레스 테마 themetrust. com

워드프레스 테마 themetrust. com

워드프레스 테마 www. studiopress. com

워드프레스 테마 www. studiopress. com

워드프레스 테마 www. studiopress. com

워드프레스 테마 www. studiopress. com

워드프레스 테마 themeforest. net

워드프레스 테마 themeforest. net

워드프레스 테마의 구성 /wp-content/themes 2개의 템플릿 (style. css + index. php)

워드프레스 테마의 구성 /wp-content/themes 2개의 템플릿 (style. css + index. php)

워드프레스 디자인 header (nav) content sidebar footer

워드프레스 디자인 header (nav) content sidebar footer

워드프레스 디자인 header sidebar content footer

워드프레스 디자인 header sidebar content footer

HTML 만들기 title sidebar content Comment list Comment form

HTML 만들기 title sidebar content Comment list Comment form

템플릿 파일 (index. php) Index. php header. php sidebar. php footer. php

템플릿 파일 (index. php) Index. php header. php sidebar. php footer. php

템플릿 파일 (single. php) single. php header. php sidebar. php comment. php footer. php

템플릿 파일 (single. php) single. php header. php sidebar. php comment. php footer. php

index. php 예제 single_cat_title() the_category(), the_author(), the_date() the_post_thumbnail() the_exerpt()

index. php 예제 single_cat_title() the_category(), the_author(), the_date() the_post_thumbnail() the_exerpt()

Single. php 예제 the_content()

Single. php 예제 the_content()

functions. php register_sidebar register_nav_menus add_theme_support( ‘post-thumbnails’ )

functions. php register_sidebar register_nav_menus add_theme_support( ‘post-thumbnails’ )

그 밖의 템플릿 파일 comments. php page. php front-page. php home. php single. php

그 밖의 템플릿 파일 comments. php page. php front-page. php home. php single. php category. php tag. php archive. php 등

일반적인 템플릿 태그 get_header get_footer get_sidebar get_template_part get_search_form bloginfo wp_title

일반적인 템플릿 태그 get_header get_footer get_sidebar get_template_part get_search_form bloginfo wp_title

Author 태그 the_author

Author 태그 the_author

Category 태그 The_category, The_tags

Category 태그 The_category, The_tags

Comment 태그 Wp_list_comments Comment_form

Comment 태그 Wp_list_comments Comment_form

Content 태그 The_permalink The_title The_content The_excerpt The__post_thumbnail

Content 태그 The_permalink The_title The_content The_excerpt The__post_thumbnail

커스텀 포스트 타입을 위한 템플릿 single-{post_type}. php arhcive-{post_type}. php single-{post_type}. php

커스텀 포스트 타입을 위한 템플릿 single-{post_type}. php arhcive-{post_type}. php single-{post_type}. php