Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- 워드프레스
- 리얼월드HTTP
- 이렇게살아야되나자괴감이
- Kotlin
- brotli
- kotliln
- 알고리즘
- 랜선아미안해
- jsr380
- 클래스레벨밸리데이션
- i18n
- jsr303
- HTTP
- 스프링
- cache-control
- cross parameter
- Spring
- 지뢰찾기
- LastModified
- 지수반등
- 브로틀리
- 알게뭐냐
- etag
- 개미수열
- 코드스피츠
Archives
- Today
- Total
취미개발 블로그와 마음수양
워드프레스 이것저것 -_- 본문
어쩌다보니 워드프레스 작업을 간간이 하는데 ㅡ.ㅡa
CSS 고칠때는
테마디자인 - Simple CSS
메뉴 고칠때는
테마디자인 - 메뉴
로 가면된다. 아 매번 까먹노 ㅠ
워드프레스 팝업창 직접 만들기 ::
https://wpguide.usefulparadigm.com/posts/1189
https://stackoverflow.com/questions/40403364/how-to-enqueue-scripts-in-wordpress-from-cdn
wp_register_style( 'css_jquery_modal', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css' );
wp_enqueue_style('css_jquery_modal');
wp_register_script( 'js_jquery_modal', 'https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js', null, null, true );
wp_enqueue_script('js_jquery_modal');
'개발관련 잡다' 카테고리의 다른 글
예스맨 상사가 너무 싫어요 (0) | 2021.06.11 |
---|---|
워드프레스 로깅.. (0) | 2019.12.08 |
크롬 익스텐션개발기 (0) | 2019.09.16 |