wordpress 로그인폼 Posted by Albert 4033Day 11Hour 52Min 54Sec ago [2014-04-04] 로그인 입력폼 if(!is_user_logged_in()){ // 로그인않하였을시 ?> <form method"post" action"<?php bloginfo(#url#); ?>/wp-login.php" name"loginform" class"submit-signin"> <ul> <li><label><b>username:</b><input type"text" size"20" value"" name"log" class"ipt">&… wordpress 강좌 (중국어) Posted by Albert 4033Day 13Hour 16Min ago [2014-04-04] wordpress 강좌 (중국어) 워드프레스 소셜로그인 플러그인 userpro 메뉴얼 Posted by Albert 4054Day 13Hour 58Min 33Sec ago [2014-03-14] http://userproplugin.com/userpro/docs/ ckeditor toolbar Posted by Albert 4055Day 14Hour 48Min 50Sec ago [2014-03-13] Full toolbar configurationBelow you can see editor with full toolbar, generated automatically by the editor.Note: To create editor instance with full toolbar you don#t have to set anything. Just leave toolbar and toolbarGroups with the default, null values. 소스  … php 배열 관련 Posted by Albert 4056Day 11Hour 27Min 7Sec ago [2014-03-12] [배열변수의 각각 배열값을 출력하는 방법] 변수에 배열을 넣는 방법에는 3가지가 있다. $arrayarray("11","22","33"); 이나 $array[0]"11";$array[1]"11"; 이나 $array[]"11";$array[]"11"; 이나 인덱스값(1, "lee1")을 명시적으로 줄수 있다. $trans array(1 > 11, 2 > 22, 3 >…