본문 바로가기 메뉴 바로가기

Chu

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

Chu

검색하기 폼
  • 분류 전체보기 (5834)
    • 보관 (1)
    • 잡담 (226)
    • 디자인 팁 (122)
    • 컴퓨터 팁 (53)
    • 추천 소프트웨어 (1177)
    • 컴퓨터 기타 (30)
    • 코딩 (82)
      • JavaScript (21)
      • jQuery (13)
      • JSP (0)
      • C Programing (1)
      • Java (0)
      • PHP (27)
      • CSS (1)
      • SQL (10)
      • Linux (1)
    • 스타유틸 (32)
    • 스타밀리맵 (36)
    • 스타유즈맵 (21)
    • 워크유틸 (5)
    • 워크유즈맵 (148)
    • PSP (18)
    • iPod/IPhone (42)
    • PSP 배경 (55)
    • Android (369)
    • Wordpress (14)
    • Xpressengine (13)
    • 쇼핑정보 (3373)
      • 여성의류 (374)
      • 남성의류 (373)
      • 유아동 (361)
      • 식품 (396)
      • 뷰티 (346)
      • 신발,잡화 (380)
      • 생활 (389)
      • 가전,디지털 (398)
      • 스포츠,자동차 (356)
  • 방명록

Wordpress (14)
Function Reference/get currentuserinfo

http://codex.wordpress.org/Function_Reference/get_currentuserinfo

Wordpress 2015. 2. 2. 09:45
Unconfirmed - 워드프레스 유저 인증메일 재발송, 활성화 플러그인

If you run a WordPress or BuddyPress installation, you probably know that some of the biggest administrative headaches come from the activation process. Activation emails may be caught by spam filters, deleted unwillingly, or simply not understood. Yet WordPress itself has no UI for viewing and managing unactivated members. Unconfirmed creates a Dashboard panel under the Users menu (Network Admi..

Wordpress 2014. 6. 2. 10:30
Terms of Use - 워드프레스 이용약관 플러그인

https://wordpress.org/plugins/terms-of-use-2/

Wordpress 2014. 5. 30. 13:18
Hide Toolbar Plugin - 워드프레스 툴바 숨기기

http://wordpress.org/plugins/hide-toolbar-plugin/installation/

Wordpress 2014. 5. 23. 16:01
워드프레스 관리자 비밀번호 복구하기

리눅스에서 MYSQL 접속$ mysql -u root -pEnter password: 비밀번호 입력 DB 선택->워드프레스가 설치된 DB를 선택mysql> use wordpress; wp_users 테이블 레코드 확인->wp-config.php에서 table_prefix가 붙어있는지 확인해볼것mysql> select ID, user_login, user_pass from wp_users; 새 비밀번호로 변경->새 비밀번호에 원하는 비밀번호를 집어넣는다.mysql> update wp_users set user_pass = md5("새 비밀번호") where ID = 1; 새 비밀번호로 로그인하면 된다.

Wordpress 2014. 5. 23. 08:59
로그인 여부에 따라 다르게 출력(플러그인에서)

function is_user_logged_in() {$user = wp_get_current_user(); if ( empty( $user->ID ) )return 'Contact';elsereturn '';} $this->is_user_logged_in() function is_user_logged_in() {$user = wp_get_current_user(); if ( empty( $user->ID ) )return '로그인안했을때'; return '로그인했을때';}

Wordpress 2014. 5. 22. 10:36
How to Hide or Highlight the Screen Options Tab in WordPress

function remove_screen_options_tab() { return current_user_can( 'manage_options' ); } add_filter('screen_options_show_screen', 'remove_screen_options_tab'); http://premium.wpmudev.org/blog/how-to-hide-or-highlight-the-screen-options-tab-in-wordpress/ https://wordpress.org/plugins/screen-options-and-help-show-customize/

Wordpress 2014. 4. 25. 10:39
How to Add Links to the WordPress Admin Bar / Toolbar

add_action('admin_bar_menu', 'add_toolbar_items', 100);function add_toolbar_items($admin_bar){ $admin_bar->add_menu( array( 'id' => 'my-item', 'title' => 'My Item', 'href' => '#', 'meta' => array( 'title' => __('My Item'), ), )); $admin_bar->add_menu( array( 'id' => 'my-sub-item', 'parent' => 'my-item', 'title' => 'My Sub Menu Item', 'href' => '#', 'meta' => array( 'title' => __('My Sub Menu Ite..

Wordpress 2014. 4. 25. 09:37
How to Remove WordPress Admin Bar Menu Items

// WPSnippy to Remove WordPress Admin Bar Menu Itemsfunction wpsnippy_admin_bar() { global $wp_admin_bar; // To remove WordPress logo and related submenu items $wp_admin_bar->remove_menu('wp-logo'); $wp_admin_bar->remove_menu('about'); $wp_admin_bar->remove_menu('wporg'); $wp_admin_bar->remove_menu('documentation'); $wp_admin_bar->remove_menu('support-forums'); $wp_admin_bar->remove_menu('feedba..

Wordpress 2014. 4. 24. 16:11
Remove Dashboard Access

http://wordpress.org/plugins/remove-dashboard-access-for-non-admins/

Wordpress 2014. 4. 24. 15:50
Custom meta widget

https://wordpress.org/plugins/custom-meta-widget/

Wordpress 2014. 4. 24. 10:19
Custom admin bar

https://wordpress.org/plugins/wp-custom-admin-bar/

Wordpress 2014. 4. 24. 10:17
Multicons [ Multiple Favicons ]

Wordpress Multicons [ Multiple Favicons ]

Wordpress 2014. 4. 21. 08:32
워드프레스 다국어 사이트 만들기 qtranslate

qtranslate 폴더는 /public_html/wp-content/plugins 디렉토리에 업로드--> /public_html/wp-content/plugins/qtranslate languages 폴더는 /public_html/wp-content 디렉토리에 업로드--> /public_html/wp-content/languages 플러그인 설정에서 한국어 설정을 추가해준다. kokr.png한국어ko_KR%Y년%m월%d일%H:%M죄송합니다,이게시물은%LANG:,:과% 게시물만 포함됩니다. 입력을 다했으면 Add language 페이지 추가할때 언어별 타이틀, 컨텐츠를 다르게 설정 해줄 수 있다. wp-activate.php에서 오류가 생길경우 // defined to let enable plugin l..

Wordpress 2014. 4. 18. 16:11
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
  • [핫딜][위메프] 아임미미/⋯
  • [핫딜][위메프] [블랙위메⋯
  • [핫딜][위메프] 라벨영 쇼⋯
  • [핫딜][위메프] 어퓨 화이⋯
최근에 달린 댓글
  • 목록에서는 삭제가 잘되는데⋯
  • 주문을 하고 싶은데,재고가⋯
  • safevisit 아주 잘 작동함.⋯
  • 첨부파일 압축풀면 있니다
링크
TAG
  • EVEREST Ultimate Edition
  • 밀리맵
  • Total Commander
  • 유즈맵
  • UltraEdit
  • PSP 바탕화면
  • Internet Download Manager
  • Portable
  • 아이콘
  • 일러스트레이터
  • PSP 배경화면
  • WinRAR
  • EVEREST Ultimate Engineer Edition
  • EVEREST
  • 티스토리초대
  • 파이트 오브 캐릭터즈
  • 스타
  • PSP 배경
  • 파오캐
  • 티스토리 초대
  • 패턴
  • icon
  • 포토샵
  • 티스토리 초대장
  • Error Repair Professional
  • IDM
  • HyperSnap
  • 브러시
  • EditPlus
  • Your Uninstaller!
more
«   2021/01   »
일 월 화 수 목 금 토
          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            
글 보관함
  • 2020/03 (57)
  • 2020/02 (296)
  • 2020/01 (95)
  • 2019/12 (214)
  • 2019/11 (239)

Blog is powered by Tistory / Designed by Tistory