# SnowMonkey:投稿記事の抜粋文字数を変更 ◆変更内容 ・投稿記事で本文を抜粋して見せるときの文字数を変更(サンプルコードでは30文字) ◆変更ファイル(子テーマ使用) functions.php ``` function custom_excerpt_length( $length ) { return 30; } add_filter( 'excerpt_length', 'custom_excerpt_length', 999 ); ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up