Local WordPress development made simple

지금 설치 해 보는 중... 워드프레스를 local 환경에 쉽게 설치 해준다고 하는데 사용해보고 후기 올려 보겠습니다. 사용 후기... 정말 대박이네요. AMP 같은거 설치 필요 없고 워드프레스를 다운 받을 필요도 없고 클릭 몇번하고 아이디 비번 입력하면 알아서 로컬 환경에 워드프레스 설치 끝! ㅎㅎ 스터디 용도, 강의 용도로 짱일듯 여기서 개발하고 나중에 all-in-one 등으로 라이브 서버에 옮겨주면 ^^[read]

WordPress Breadcrumbs Without a Plugin

Breadcrumbs is an important element of a web site navigation, which boosts his usability. Especially it concerns to a sites with a complex structure. Unfortunatelly, I don’t use breadcrumbs on my sites, may be because their structure is very simple or because I could not find a way of making breadcrumbs, suitable for me.[read]

검색필드

검색부분을 기본 제공하는 form이 아닌 변경을 하고자 할경우에는 테마 폴더에 searchform.php 파일을 추가 해주고 검색 관련된 form 넣어 줍니다. searchform.php 이후 script와 조합하여 사용하여도 되고 다른 기능을 추가 할 수도 있습니다. search form을 호출하는 방법은 jQuery[read]

기존 메뉴에 아이템을 추가 하는 방법

메뉴에 메뉴를 추가 하는 방법은 관리자 접속 후 외모 > 메뉴에서 메뉴를 추가 합니다. 커스텀 테마의 경우 아래와 같이 메뉴를 추가 했다면 primary, theme 라는 2가지의 메뉴가 생성이 됩니다. 메뉴를 추가 한 부분 메뉴(primary)에 아이템을 추가 하는 방법 위의 내용을 functions.php파일에 추가하면 primary 제일 뒷 부분에 "추가 아이템" 이라는 메뉴가 붙습니다.[read]

HTML Editor Syntax Highlighter

Add syntax highlighting in the WordPress Post & Page HTML text editor and the Theme & Plugin editors using Codemirror.js Syntax highlighting in the Post/Page HTML editor NEW: Syntax highlighting in the Theme & Plugin editors Syntax highlighting for WordPress shortcodes Save your posts and pages pressing Ctrl+S (Cmd+S on Mac) Restore cursor position after page is reloaded Huge Selection of themes and other customization options Fullscreen mode: toggle with F11/Esc hotkeys[read]