무료테마 Horcrux의 theme_options.php 수정 관련
민G
array(name = Banner-3 Image,
desc = Enter your 125 x 125 banner image url here.,
id = $shortname._banner3,
std = http://web2feel.com/images/designcontest.png,
type = text),
array(name = Banner-3 Image alt tag,
desc = Enter your banner alt tag.,
id = $shortname._alt3,
std = Website and logo design contests at DesignContest.com.,
type = text),
array(name = Banner-3 Url,
desc = Enter the banner-3 url here.,
id = $shortname._url3,
std = http://www.designcontest.com/,
type = text),
array(name = Banner-3 link title,
desc = Enter the banner-3 title here.,
id = $shortname._lab3,
std = Design Contest - Logo and website design contests,
type = text),
array(type = break),
현재 무료테마 Horcrux 를 가지고 연습 중 입니다.
상기내용은 theme_options.php 중 한 부분인데, 배너형식으로 특정이미지를 페이지에 노출 시키고 그 이미지를 클릭시
지정한 링크주소로 이동을 하게 됩니다. 이미지를 바꾸거나 링크주소를 바꾸는 것은 브라우저상에서 즉, 어드민 모드 테마옵션 페이지에서 그냥 타이핑해서 넣으면 되는데 이 경우 항상 페어런츠 페이지에서 링크주소로 가버리니 원래 사이트에서 벗어나 버리는 효과가 되어 버립니다.
새창으로 링크를 열려면 결국 php를 손보아야 하는데 php는 알수가 없네요. ㅜㅜ
워드프레스 익힌지 얼마 안되는 초보지만 하다보니 무료던 유료던 온갖 테마를 구미에 맞게 꾸미려면 결국 php를 통달해야 겠더군요. 흑. ;;