사용자 지정 게시 유형 = 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..
http://biscuitpress.kr/503
http://biscuitpress.kr/518
http://codex.wordpress.org/ko:Plugin_API
http://codex.wordpress.org/ko:Function_Reference
목표 = 사이트 이전 + /wp 경로를 / 로 이전 웹 = 압축하여 FTP로 전송시키고 이전 서버에 압축 해제 DB = MySQL Workbench > Navigator > Management > Data Export 로 내보내고 이전서버에 Data Import/Restore 로 복원 컨텐츠 = SET SQL_SAFE_UPDATES=0; # 사이트 기본 경로 설정 update wp_options set option_value='http://{도메인}' where option_name='siteurl'; update wp_options set option_value='http://{도메인}' where option_name='home'; # 컨텐츠 도메인 클리어 update wp_posts set post..
Apache 라면 .htaccess 파일에 URL ReWrite 설정 하면 되는데 IIS에서는 무용지물 IIS 7이상 에서는 web.config 에 URL 재작성 설정하면 되며 아래에 2가지 방법을 제시. (IIS 6는 별도의 ReWrite ISAPI 필요) 방법1.IIS 관리자 (Win + R > inetmgr)에서 URL 재작성을 더블클릭 (URL 재작성 없으면 Web Platform Installer 로부터 설치) 규칙 추가 > 빈 규칙 > 확인 아래와 같이 설정 인바운드 규칙 wordpress 가 추가되어 있다면 완료. 방법2.사이트 루트의 web.config 파일을 텍스트 편집기로 열고 위에 아래의 rewrite rule을 추가한다. (http://www.iis.net/learn/extensio..
WordPress 설치 루트 폴더에 IUSR 계정(없으면 추가)에 모든 권한 부여
http://stackoverflow.com/questions/11333810/how-to-customize-wordpress-comment-formhttp://codex.wordpress.org/Function_Reference/comments_templatehttp://www.1stwebdesigner.com/wordpress/comment-form-customization/http://chipcullen.com/altering-the-comment-form-in-wordpress/
- Total
- Today
- Yesterday
- Wordpress
- CSS
- javascript
- git
- Linux
- PHP
- iis
- Mac
- macos
- Android
- nodejs
- 안드로이드
- Debug
- 워드프레스
- IOS
- Prototype
- laravel
- classic asp
- Docker
- 한글
- IE
- JSON
- iphone
- nginx
- centos
- mssql
- API
- ASP
- JQuery
- sencha touch
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |