WordPress 標題式分類列表
– 2010/02/04Posted in: WordPress

一直覺得 WordPress的分類列表很醜又很難用,文章一多就很難找!
很想弄成只有標題列表就好了,像這樣不是很簡潔有力嗎?
今天好不容易提早把手邊的工作告一段落,所以有點時間就開始動手來改囉~分類列表要改的是 archive.php
1.找到
<h1>Posts under ‘<?php single_cat_title(); ?>’</h1> |
改成(不改也可以,只是把 Posts under改成中文字而已,也可以改成你想要的)
<h1>分類列表於 ‘<?php single_cat_title(); ?>’</h1> |
2.找到
<div id="post-<?php the_ID(); ?>"> <span><abbr title="<?php the_time('Y-m-d\TH:i:sO'); ?>"><?php the_time('M d'); ?></abbr></span> <h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permalink to <?php the_title(); ?>"><?php the_title(); ?></a></h2> <div> <!--<address><?php _e('by '); ?><a href="<?php the_author_url(); ?>"><?php the_author(); ?></a>. </address>--> <?php comments_popup_link('No comments yet', '1 comment', '% comments', 'comments-link', 'Comments are off for this post'); ?> <?php edit_post_link('Edit', '[', ']'); ?> </div> <div> <?php the_excerpt(); ?> </div> </div><!--.entry--> |
整串取代成
<li> <div id="post-<?php the_ID(); ?>"> <font class="entry-content"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permalink a <?php the_title_attribute(); ?>"><?php the_title(); ?></a></font><font size="9pt">(<?php comments_popup_link('0 回應', '1 回應', '% 回應'); ?>)<?php edit_post_link('Edit', '[', ']'); ?>|Post on <?php the_time('Y-m-d') ?></font> </div> </li> |
就完成囉~~
當然這是我自己編排的格式啦~字型的css和日期的排列與格式都是我自己設定的,
建議你自己修改css的設定喔!不然出來的樣子恐怕會不大一樣~
如果你改好之後發現文章列表永遠都只有一條的話!
請到後台的設定→閱讀去設定文章顯示數量就可以了!


你好
想請問一下,
當我點了分類列表後的字體變得很小,
當滑鼠移過去時才稍微變大一點點,
請問字體的大小是在哪個地方修正的呢?
我是修改您提供程式碼中的9pt,
但是好像沒有放大的效果
「<a href="" rel="bookmark" title="Permalink a ">」
謝謝!
您好
謝謝您的回覆。
因為我看到您用的模板很漂亮,
所以我也到原作者網站下載使用,
目前使用的風格與您相同。
不知道您是否方便告知我您CSS修改字型的地方呢?
另外想再跟您請問,
我發現您的blog有很多實用的資料,
不知道是否介意我將您的連結放在我的blog中呢?
謝謝!
.
您好
按照您說的方式修改已經可以讓字體放大了。
您可以直接點我的網站觀看。
您提供修改的程式碼是否有再變更過?
因為我發現好像和我昨天看到的不太一樣?
其實我也習慣單一修改文字大小,
不喜歡所有的字體一起改變。
非常感謝你!
.
您好
不好意思,又來打擾您了。
因為最近換回WP 3.05內建的佈景「Twentyten」,
也想將分類修改為標題式分類列表,
(明明這樣看起比較簡潔易懂,但WP始終沒有這種樣式可選)
但是遇到了瓶頸,想再跟您請教一下。
我使用的內建佈景Twentyten的分類修改是在loop.php檔案中,
不知道我適不適合將原始碼貼在回覆中,或是有甚麼方式可以讓您看到原始碼跟您請教?
我修改之後會變成
http://www.myclass-lin.org/wordpress/archives/category/wordpress
標題仍然會一直出現,不知道要怎麼修改?
謝謝!
您好
謝謝你!
不好意思,不知道你已經回覆了,
所以拖到現在才來跟你道謝,
真是很不好意思。
真的很謝謝你喔!