사용자 지정 게시 유형 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
- PHP
- classic asp
- IOS
- laravel
- git
- nginx
- Mac
- Prototype
- sencha touch
- 워드프레스
- macos
- centos
- javascript
- API
- Wordpress
- iphone
- ASP
- 안드로이드
- 한글
- mssql
- iis
- JSON
- IE
- Android
- CSS
- Debug
- Docker
- nodejs
- JQuery
- Linux
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함