wp-content/themes 폴더로 이동해 부모테마(twentyfifteen) 폴더를 복사, 붙혀넣기 한 후 폴더명을 'twentyfifteen_child' 수정(폴더 이름에 공백 없어야 함)twentyfifteen-child 폴더의 functions.php 파일의 내용을 모두 삭제하고 저장(여러 함수가 있는데 같은 이름이 부모 테마에 있으므로 충돌이 일어나기 때문)style.css 파일 열고 아래와 같이 수정/* Theme Name: Twenty Fifteen Child Theme URI: https://cloudfolder.co.kr Author: ZZIN Author URI: https://cloudfoler.co.kr Version:1. 0 Description: Shopping mall Li..
Material icons는 구글이 제공하는 아이콘 디자인 모음 800개가 넘는 아이콘이 있으며, 무료로 사용 가능 Feel free to use, remix, and re-share the icons in your products. The icons are available under the CC-BY license. We'd love attribution in your app's "about" screen, but it's not required. The only thing we ask is that you not re-sell the icons. 아이콘은 이미지와 폰트 두가지 방식으로 제공되며 폰트 방식의 경우 CSS를 이용하여 색이나 크기를 변경 가능 Material icons를 폰트 형식으로 사..
시작페이지 : front-page.php → home.php → index.php 일반페이지(Page) : 사용자정의.php → page-$slug.php → page-$id.php → page.php→ index.php Archive Page : category-$slug.php → category-$id.php → category.php → archive.php → index.php (category외 author.php, tag.php 등등) 싱글페이지(Post) : single-$posttype.php → single.php → index.php 검색페이지 : search.php -> index.php Error 404 : 404.php -> index.php
Grid system : 부트스트랩은 12열(Column)의 그리드 시스템을 사용 768px 미안 768px 이상 992px 이상 1200px 이상 그리드 배열 항상 가로 배열 가로 배열에서 위 수치에 이르면 세로 배열로 전환 .container너비 없음(항상 화면 전체너비 사용 750px 970px 1170px 클래스 선택자 접두어 .col-xs-* (xs : extra small) .co-sm-* (sm : small) .col-md-* (md : medium) .col-lg-* (lg : large) gutter 그리드사이 여백 30px, 그리드 좌우측 15px padding 그리드를 만드려면 가장 상위에 .container 선택자를 사용한 태그가 있어야 하고 바로 하위 자식 태그에 .row 선택자..