사용자 지정 게시 유형 post type과 분류 taxonomy
사용자 지정 게시 유형 = post type 사용자 지정 분류 = taxonomy "book"이라는 사용자 지정 게시 유형에 "genres (장르)"와 "writers (저자)"라고 정의 분류를 추가 // init 액션에 연결하여 그 타이밍에 create_book_taxonomies를 호출 // add_action('init', 'create_book_taxonomies', 0); // "book"사용자 정의 게시 유형에 genres와 writers 두 개의 사용자 정의 분류를 만들 function create_book_taxonomies() { // (카테고리 같은) 계층화 된 사용자 분류를 새롭게 추가 $labels = array( 'name'=> _x('Genres', 'taxonomy genera..
웹프로그래밍/Wordpress
2015. 1. 20. 12:23
워드프레스 CRUD
http://biscuitpress.kr/503
웹프로그래밍/Wordpress
2015. 1. 5. 23:01
워드프레스 index.php 부터 코드 흐름
http://biscuitpress.kr/518
웹프로그래밍/Wordpress
2015. 1. 5. 22:52
워드프레스 훅 - 액션/필터
http://codex.wordpress.org/ko:Plugin_API
웹프로그래밍/Wordpress
2015. 1. 5. 22:41
워드프레스 함수
http://codex.wordpress.org/ko:Function_Reference
웹프로그래밍/Wordpress
2015. 1. 5. 22:40
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- ASP
- iphone
- nginx
- git
- classic asp
- PHP
- IE
- Wordpress
- javascript
- CSS
- 안드로이드
- JSON
- iis
- nodejs
- macos
- laravel
- JQuery
- 워드프레스
- mssql
- Docker
- Mac
- API
- IOS
- Android
- 한글
- Linux
- Prototype
- centos
- sencha touch
- Debug
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
글 보관함