묻고답하기
최근글 위젯 / 헤더박스(타이틀)에 주소 링크 방법
2012.01.17 16:52
안녕하세요.
초보자라 그런지 고생이 많네요~ 질문 답변해주시면 감사하겠습니다^^
-------------
최근글 위젯 스타일 적용화면입니다. (위젯스타일 : 이온디 더블라인 위젯스타일 )
위에 보이는 사진게시판이라는 타이틀을 클릭할 시 해당 게시판으로 이동하는 링크를 걸고 싶습니다.
more이랑 같은 링크 ^^
해당 해더 부분 코드입니다.
<!--@if($widgetstyle_extar_var->ws_title_image || $widgetstyle_extar_var->ws_title)-->
<div class="HeaderBox">
<span class="widgetBoxHeader" <!--@if($widgetstyle_extar_var->wws_title_colors_title_color)-->style="color:{$widgetstyle_extar_var->ws_title_color};"<!--@end-->>
<!--@if($widgetstyle_extar_var->ws_title_icon)-->
<img src="{$widgetstyle_extar_var->ws_title_icon}" />
<!--@end-->
<!--@if($widgetstyle_extar_var->ws_title_image)-->
<img src="{$widgetstyle_extar_var->ws_title_image}" />
<!--@else-->
<!--@if($widgetstyle_extar_var->ws_title)-->
{$widgetstyle_extar_var->ws_title}
<!--@end-->
<!--@end-->
</span>
</div>
<!--@end-->
코드를 올려도 괜찮을까요? 오픈소스라서 올렸는데 문제시 빠르게 자삭하겠습니다!
답변부탁드립니다! 감사합니다!
xe - widgetstyles - eond_doubleline - widgetstyle.html 열고
line 17 쯤에
<a href="{trim($widgetstyle_extar_var->ws_more_url)}" style="text-decoration:none; color:black;">{$widgetstyle_extar_var->ws_title}</a>
여기서 붉은 색 부분이 추가된 내용입니다.
참고로 설정에서 more 주소에 입력한 주소가 링크됩니다.