Kboard의 latest 수정

http://kisseoul.org/

위 홈페이지에서 kboard 게시판의 Title, Date 를 삭제하는 것이 가능한데, 

 

FTP에 들어가서 Skin에 latest.php를 수정하면 될 것 같은데

thead를 삭제하니 모든 내용이 다 사라지네요. 

혹시 여기서 어떤 부분만 삭제해야 원하는 디자인으로 표현이 가능할까요? 

<div id="kboard-customer-latest">
    <table>
        <thead>
            <tr>
                <th class="kboard-latest-title"><?php echo __('Title', 'kboard')?></th>
                <th class="kboard-latest-date"><?php echo __('Date', 'kboard')?></th>
            </tr>
        </thead>
        <tbody>
            <?php while($content = $list->hasNext()):?>
            <tr>
                <td class="kboard-latest-title"><div class="cut_strings"><a href="<?php echo $url->set('uid', $content->uid)->set('mod', 'document')->toStringWithPath($board_url)?>"><?php echo $content->title?></a> <?php echo $content->getCommentsCount()?></div></td>
                <td class="kboard-latest-date"><?php echo date("Y.m.d", strtotime($content->date))?></td>
            </tr>
            <?php endwhile?>
        </tbody>
    </table>
</div>

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요