개발관련 잡다
워드프레스 이것저것 -_-
아라한사
2019. 11. 12. 07:35
어쩌다보니 워드프레스 작업을 간간이 하는데 ㅡ.ㅡ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');