본문 바로가기

전체 글

(184)
그것은 운명의 데스티니.
all in one migration 용량 제한 풀기.. all in one migration 플러그인을 사용해본 사람은 알겠지만무료버전은 512mb 이상의 파일을 import 하지 못한다. 프리미엄을 구매하라는 문구가 뜨는데..69불이나 한다.테마보다 비싸다. 지갑사정이 녹록지 못한 우리네 인생이기 때문에용량을 제한을 풀어보았다. /wp-content/plugins/all-in-one-wp-migration/constants.php249라인 Max File Size 주석 내용에서 536870912 수치를 변경해주면 된다. 바이트 단위인것만 유의해서 수치를 변경해주면 됨.ex) 2gb = 2.1475e+9
네이버 사이트 정보 변경 관련 네이버 사이트 등록을 목적으로웹마스터 최적화를 진행해도 기존 사이트 정보가 변경되지 않는 경우가 있다.그럴땐 하기 URL의 고객센터를 통해 요청하면 된다능! https://m.help.naver.com/support/inquiry/input.nhn?categoryNo=5576&serviceNo=5626
CPT UI, ACF 이용 시 참고 사이트 https://www.elliotcondon.com/advanced-custom-fields-admin-custom-columns/https://code.tutsplus.com/articles/add-a-custom-column-in-posts-and-custom-post-types-admin-screen--wp-24934 http://thestizmedia.com/custom-post-type-filter-admin-custom-taxonomy/ 업데이트 예정
텍스트를 시멘틱하게 만들어주는 태그 소스설명화면출력텍스트Abbreviation (for example, Mr.)텍스트텍스트Acronym (for example, WWW)텍스트텍스트인용(Citation)텍스트텍스트코드(Code listing)텍스트텍스트Definition텍스트텍스트강조(Emphasis)텍스트텍스트Keystrokes텍스트텍스트Inline quotation텍스트텍스트Sample text (example)텍스트텍스트강한 강조(Strong emphasis)텍스트텍스트변수(Programming variable)텍스트 참고자료: http://www.homejjang.com/03/html.php/text.php https://www.sitepoint.com/20-html-elements-better-text-semantics/
대소문자 변경 소문자 변환 strtolower() $temp = "ASDF" ; $temp = strtolower($temp) ; 출력 : asdf 대문자 변환 strtoupper() $temp = "asdf" ; $temp = strtoupper($temp); 출력 : ASDF 첫글자만 대문자로 ucfirst() 입력 : "hello world" 출력 : "Hello world" 각 단어의 첫글자를 대문자로 ucwords(); 입력 : "hello world" 출력 : "Hello World"
워드프레스 멀티사이트 플러그인 비활성화가 안될때 비활성화 다했는디네트워크 설치할려고 하니까 플러그인을 비활성화하라고 할 때는UPDATE wp_options SET option_value = 'a:0:{}' WHERE option_name = 'active_plugins';active_plugins 의 값을 a:0:{} 으로 변경 해주면 된댜~
엔폴드 mp4 lightbox 비디오 주소뒤에 ?iframe=true 를 추가.