カテゴリー別アーカイブ 表示変更(´・ω・)ス | WEB系技術電脳日記

カテゴリー別アーカイブ 表示変更(´・ω・)ス

ちと、作業メモ

カテゴリー別アーカイブを変更。
get_template_part( 'loop', 'category' );から、

loop.php内 133行目付近







ここを修正。
だとデフォで110文字らしいので、

60文字に変更。
あれ?続きを読むがない。そっか2.9以降は違うのか。
function twentyten_auto_excerpt_more( $more ) {
return ' …' . twentyten_continue_reading_link();
}
add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
ちと追う。

メンドクサイので、wp-multibyte-patch/wp-multibyte-patch.php
ここを変更しておく。

var $conf = array(
'excerpt_length' => 55,
'excerpt_mblength' => 90,
'excerpt_more' => ' [...]',
'comment_excerpt_length' => 20,
'comment_excerpt_mblength' => 40,
'ascii_threshold' => 90,
'patch_wp_mail' => true,

カテゴリー: 日常雑記 | | 編集の表示もウザイので、変更。
か。
以下147-165行目までざっくり削除




Posted in
%2$s', 'twentyten' ),
'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?>

|

$tags_list = get_the_tag_list( '', ', ' );
if ( $tags_list ):
?>

Tagged
%2$s', 'twentyten' ),
'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?>

|


| ', '' ); ?>