블로그관리
스타일시트 CSS 수정 및 .htaccess 파일 생성
12 August 2010 in 블로그관리 | Comments (0)
1. ThatVistaBlog 테마 줄간격 line-height 수정
수정할 파일 : wp-content/themes/ThatVistaBlog/blueXL
body { font:80% Trebuchet MS, sans-serif; color:#333; line-height:1.25 em; }
위 코드에서 “line-height:1.25 em” 를 “line-height:160 %”로 수정.
2. htaccess 파일 생성
서치 프랜들리 주소 search friendly url 을 위해 다음과 같은 내용의 .htaccess 을 루트 디렉토리에 만듬.
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
HTML5 and Flash Video Player 플러그인 설치
12 August 2010 in 블로그관리 | Comments (0)
HTML5 and Flash Video Player 플러그인 설치
사용법 : videoplayer file=”파일경로” 를 [... /]사이에 넣으면 됨.
Gallery 플러그인 설치
28 July 2010 in 블로그관리 | Comments (0)
Gallery 플러그인 설치.
설정 > 옵션 : 에서 다음과 같이 설정
1. 기본 갤러리 gallery 경로 설정 : wp-content/gallery/
2. 이미지 로테이터 image rotator 설치경로 설정 : “http://applenote.net/wp-content/upload/
3. 계속 추가 예정
Hello world!
20 July 2010 in 블로그관리 | Comments (3)
Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!