Warning: main(/home/hosting_users/freelyi/www/menu_js.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/freelyi/www/blog/archives/2003/08/20_카테고리_제목_보이는_팁.html on line 40

Warning: main(/home/hosting_users/freelyi/www/menu_js.php) [function.main]: failed to open stream: No such file or directory in /home/hosting_users/freelyi/www/blog/archives/2003/08/20_카테고리_제목_보이는_팁.html on line 40

Warning: main() [function.include]: Failed opening '/home/hosting_users/freelyi/www/menu_js.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/freelyi/www/blog/archives/2003/08/20_카테고리_제목_보이는_팁.html on line 40

« 맛의 달인을 보면서 | Main | 무척 덥네요 »

카테고리 제목 보이는 팁

카테고리 항목을 클릭하면 새로운 페이지에서 해당 카테고리에 해당하는 글들 전체가 나타나는데, 정작 그 페이지에서는 현재 보고있는 카테고리 이름이 표시되지 않았기 때문에 이것을 고쳐보고 싶었습니다. http://movabletype.org/docs/mtmanual_tags.html#item_MTArchiveCategory에서 뒤져보니 필요한 태그는 <$MTArchiveCategory$> 이었습니다.

20030820_category_screenshot_01.jpg

MovableType의 Main Menu > Editing Menu > List Templates에서 Archive-Related Templates의 Category Archive를 선택해서 Template Body 내용을 수정합니다. 아래는 제가 사용한 코드의 일부입니다.

<!--본문 시작-->
<div id="banner">
<!--<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName$></a></h1>-->
<span class="description"><$MTBlogDescription$></span>
</div>
<div id="container">
<div class="blog">
<div class="sidetitle" style="margin-top:0px; margin-bottom:30px;">
Category <$MTArchiveCategory$>
<br />
<br />
</div>
<MTEntries>
<$MTEntryTrackbackData$>
<MTDateHeader>
<!--<h2 class="date"><$MTEntryDate format="%x"$></h2>-->
</MTDateHeader>
<div class="blogbody">
<a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a> (<$MTEntryDate format="%x %X"$> | <$MTEntryCommentCount$> Comments | <$MTEntryTrackbackCount$> TrackBack)
</div>
</MTEntries>
</div>
</div>

디폴트로는 카테고리에 해당하는 모든 글의 내용까지 보여지는데 이것은 별로 의미가 없는듯 싶었습니다. 우선 해당 카테고리 글의 제목만 보여주고 필요한 것은 클릭해서 자세한 내용을 보는 것이 더 편리하다고 생각했습니다. 이미 이런 방식으로 블로그를 운영하시는 분들도 계시더군요.

20030820_category_screenshot_02.jpg

20030820_category_screenshot_03.jpg

카테고리의 제목과 거기에 해당하는 글의 리스트가 잘 뽑아졌습니다. ^^

TrackBack

TrackBack URL for this entry:
http://yongsang.com/blog/mt-tb.cgi/46

Listed below are links to weblogs that reference 카테고리 제목 보이는 팁:

» dfsdf from Paperclouds[dosa]
df... [Read More]

Comments (1)

Google linked me to this page, nice reading

Post a comment

(If you haven't left a comment here before, you may need to be approved by the site owner before your comment will appear. Until then, it won't appear on the entry. Thanks for waiting.)

About

This page contains a single entry from the blog posted on 2003年08月20日 23:54.

The previous post in this blog was 맛의 달인을 보면서.

The next post in this blog is 무척 덥네요.

Many more can be found on the main index page or by looking through the archives.

Powered by
Movable Type 3.31